From 8b3bea69df843fa1642ef836f2cfa80e80da0f7c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 4 Jun 2010 09:39:37 +0200 Subject: Dropping /etc/live.conf, replaced mostly by /etc/live/config.conf of live-config. --- bin/live-snapshot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3