From: "Richard W.M. Jones" <rjones(a)redhat.com>
Useful for debugging kernel / architecture issues. Note this
has no effect if debugging is disabled.
---
appliance/init | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/init b/appliance/init
index 5c9f04a..681e59b 100755
--- a/appliance/init
+++ b/appliance/init
@@ -116,6 +116,7 @@ ldmtool create all
# 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