From 242d71fe23aeef60c2ce35cf4a1c61fdbb5196aa Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Jan 2013 13:57:31 +0100 Subject: g-i: be more verbose --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 258855a6..afe8640e 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -618,7 +618,7 @@ save_logs() { # # get list of installed packages # - sudo chroot $SYSTEM_MNT dpkg -l > $RESULTS/log/dpkg-l || ( echo "Error: cannot run dpkg inside the installed system." ; figlet "fail" ) + sudo chroot $SYSTEM_MNT dpkg -l > $RESULTS/log/dpkg-l || ( echo "Error: cannot run dpkg inside the installed system." ; ls -la $SYSTEM_MNT ; figlet "fail" ) # # umount guests # -- cgit v1.2.3-54-g00ecf