From 0aaf061c2f73f8852c59afaa9706f42bc578caae Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 11 Aug 2009 19:35:04 +0100 Subject: [PATCH] Add contents of /proc/mounts to the debugging information. --- appliance/init | 1 + 1 file changed, 1 insertion(+) diff --git a/appliance/init b/appliance/init index 02d2b72..b33a34c 100755 --- a/appliance/init +++ b/appliance/init @@ -44,6 +44,7 @@ lvm vgchange -ay --ignorelockingfailure # Keep these to enhance the usefulness of debug output. ls -l /dev +cat /proc/mounts lvm pvs lvm vgs lvm lvs -- 1.8.3.1