X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;fp=bin%2Flive-snapshot;h=08e5fd654adf08609dc9d7a411da83fc58b3f3a1;hb=8b3bea69df843fa1642ef836f2cfa80e80da0f7c;hp=1e080c33d00f68b53323e91eeafc8f5da93b14fc;hpb=d4943aab270a6e43662d63220e4c9e3315b01987;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index 1e080c3..08e5fd6 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -40,7 +40,11 @@ fi . /usr/share/initramfs-tools/scripts/live-helpers LIVE_CONF="/etc/live.conf" -. "${LIVE_CONF}" + +if [ -r "${LIVE_CONF}" ] +then + . "${LIVE_CONF}" +fi export USERNAME USERFULLNAME HOSTNAME