X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=85b001c84e61aaf856912c273a355c8e44c08e41;hp=780bf3c766615dd7d13656832902c0d466e1c69d;hb=8d897e713d3564c8b10b0202bb928719024e956b;hpb=8a3599309071d17acb6e63f362274248d20e79c6 diff --git a/grml-live b/grml-live index 780bf3c..85b001c 100755 --- a/grml-live +++ b/grml-live @@ -154,7 +154,8 @@ bailout() { log "------------------------------------------------------------------------------" exit "$EXIT" } -trap bailout 1 2 3 3 6 9 14 15 EXIT +trap bailout 1 2 3 3 6 9 14 15 +trap umount_all EXIT # }}} # log file stuff {{{