diff options
-rwxr-xr-x | appliance/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/init b/appliance/init index 1c01195f..cda64531 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 |