X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=08e5fd654adf08609dc9d7a411da83fc58b3f3a1;hb=7e87b1e58c2ba3f6b80c924f3f91d59a117706ac;hp=1e080c33d00f68b53323e91eeafc8f5da93b14fc;hpb=6fc8f78d026b31f4f4a3ee6507d726ddc37adbc8;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