diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-10 13:57:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-10 13:57:31 +0100 |
commit | 242d71fe23aeef60c2ce35cf4a1c61fdbb5196aa (patch) | |
tree | 07e2532488479f64af881f7a22c8e64b9d2076fb /bin | |
parent | 01c571c28615bcf8b2fd05965b223d63d2454073 (diff) | |
download | jenkins.debian.net-242d71fe23aeef60c2ce35cf4a1c61fdbb5196aa.tar.xz |
g-i: be more verbose
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |