X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=f77541feb2a188cc327e30661250905a627c2986;hb=c00d324467314b6f4d6a1d6cc2d9a6ecfbd308cd;hp=b81a6af89e73b92140ecb0d2f604351e41910d49;hpb=02f0fb6ca32464adc6d6dd80878ac62bd75048ec;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