From 90ee389fa5f94645a64a157eb9819518b864e414 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Sep 2008 08:54:17 +0200 Subject: Sourcing live.vars in 15autologin directly, rather than to inherit from live-functions. --- scripts/live-bottom/15autologin | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/live-bottom/15autologin b/scripts/live-bottom/15autologin index 28a3141..7fb2b13 100755 --- a/scripts/live-bottom/15autologin +++ b/scripts/live-bottom/15autologin @@ -20,13 +20,15 @@ esac # live-initramfs header -. /scripts/live-functions +. /live.vars if [ -n "${NOXAUTOLOGIN}" ] || [ -z "${USERNAME}" ] then exit 0 fi +. /scripts/live-functions + log_begin_msg "Setting up automatic login" # live-initramfs script -- cgit v1.2.3