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