[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-2-20-g0c48be3

Daniel Baumann daniel at debian.org
Wed Sep 17 06:55:26 UTC 2008


The following commit has been merged in the master branch:
commit 0c48be3a5298afaa4521fca0884d98edcaec8caa
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 17 08:54:17 2008 +0200

    Sourcing live.vars in 15autologin directly, rather than to inherit from live-functions.

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

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list