From b76284876b9ab50b8aa5851fb960dbb66a58c2e2 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 6 Sep 2010 10:04:01 +0100 Subject: [PATCH] appliance: init script does 'ls -lR /dev' (verbose only) It's useful to see what files are in /dev subdirectories at boot, eg. for looking at virtio-serial ports. --- appliance/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliance/init b/appliance/init index 1c01195..cda6453 100755 --- a/appliance/init +++ b/appliance/init @@ -71,7 +71,7 @@ for f in /sys/block/[hsv]d*/queue/scheduler; do echo noop > $f; done # These are useful when debugging. if grep -sq guestfs_verbose=1 /proc/cmdline; then - ls -l /dev + ls -lR /dev cat /proc/mounts lvm pvs lvm vgs -- 1.8.3.1