X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=780bf3c766615dd7d13656832902c0d466e1c69d;hp=ce389871a7f0d2805d5b9dc600aa24ab468622b8;hb=8a3599309071d17acb6e63f362274248d20e79c6;hpb=6ce3dbc5219807922d321f8156aefb404ae57c21 diff --git a/grml-live b/grml-live index ce38987..780bf3c 100755 --- a/grml-live +++ b/grml-live @@ -20,7 +20,8 @@ else fi # exit on any error: -set -e +# disable for now since it seems to cause some problems +# set -e # global variables GRML_LIVE_VERSION='0.14.1' @@ -153,7 +154,7 @@ bailout() { log "------------------------------------------------------------------------------" exit "$EXIT" } -trap bailout 1 2 3 3 6 9 14 15 +trap bailout 1 2 3 3 6 9 14 15 EXIT # }}} # log file stuff {{{ @@ -557,6 +558,7 @@ else # Remove all FAI logs from chroot if class RELEASE is used: if [ -f "$CHROOT_OUTPUT"/etc/grml_fai_release ] ; then rm -rf "$CHROOT_OUTPUT"/var/log/fai/* + rm -f "$CHROOT_OUTPUT"/var/log/install_packages.list fi umount_all