X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=f77541feb2a188cc327e30661250905a627c2986;hb=31d899e6c14d658569d70f6fe62a0fbe1f750fa9;hp=b81a6af89e73b92140ecb0d2f604351e41910d49;hpb=e44b1421fb3fcfac5097f946a7b40863dd60a364;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index b81a6af..f77541f 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -30,7 +30,12 @@ ROOTSNAP="" HOMESNAP="" -set -eu +if [ -n "${LIVE_SNAPSHOT_CHECK_UNBOUND}" ] +then + set -eu +else + set -e +fi . /usr/share/initramfs-tools/scripts/live-helpers