summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-01-10 13:57:31 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-10 13:57:31 +0100
commit242d71fe23aeef60c2ce35cf4a1c61fdbb5196aa (patch)
tree07e2532488479f64af881f7a22c8e64b9d2076fb
parent01c571c28615bcf8b2fd05965b223d63d2454073 (diff)
downloadjenkins.debian.net-242d71fe23aeef60c2ce35cf4a1c61fdbb5196aa.tar.xz
g-i: be more verbose
-rwxr-xr-xbin/g-i-installation.sh2
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
#