diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-31 12:03:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-31 12:03:51 +0100 |
commit | 396fe57866c2c125f7d8001e4a5f807cd39338e6 (patch) | |
tree | 96e1132c55f86605dd10d9342a555e12fd1fd457 /bin | |
parent | 08187875ba9f14fbe68bfa9e181a24abdf53653f (diff) | |
download | jenkins.debian.net-396fe57866c2c125f7d8001e4a5f807cd39338e6.tar.xz |
g-i-i: copy all the logs
Diffstat (limited to 'bin')
-rw-r--r-- | 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 6482140d..69081c0d 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1061,7 +1061,7 @@ save_logs() { # # copy logs (and continue if some logs cannot be copied) # - sudo cp -rv $SYSTEM_MNT/var/log/installer $SYSTEM_MNT/etc/fstab $RESULTS/log/ || ( echo "Warning: cannot get logs from installed system." ; echo "Did the installation finish correctly?" ; export FAILURE=true ) + sudo cp -rv $SYSTEM_MNT/var/log/* $SYSTEM_MNT/etc/fstab $RESULTS/log/ || ( echo "Warning: cannot get logs from installed system." ; echo "Did the installation finish correctly?" ; export FAILURE=true ) # # get list of installed packages # |