From: "Richard W.M. Jones" <rjones(a)redhat.com>
Useful for debugging kernel / architecture issues. Note this
has no effect if debugging is disabled.
(cherry picked from commit 6c2fad11ac9a68dcfd42ee18681dc9a552625be9)
(cherry picked from commit 9fc75d4133840b213362da3d27abeed936e4dc9a)
---
appliance/init | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/init b/appliance/init
index 30d4f60..cfeb3a9 100755
--- a/appliance/init
+++ b/appliance/init
@@ -103,6 +103,7 @@ for f in /sys/block/vd*/queue/rotational; do echo 1 > $f; done
# These are useful when debugging.
if grep -sq guestfs_verbose=1 /proc/cmdline; then
+ uname -a
ls -lR /dev
cat /proc/mounts
lvm pvs
--
1.8.3.1