[SCM] live-initramfs branch, debian-next, updated. debian/1.236.1-1-17-g1dd3677
Daniel Baumann
daniel at debian.org
Sun May 16 14:03:15 UTC 2010
The following commit has been merged in the debian-next branch:
commit 1dd3677793dea2c2964f228f7c7ecb18b917bf9b
Author: Daniel Baumann <daniel at debian.org>
Date: Sun May 16 15:57:13 2010 +0200
Adding temporary hack to pass variables to live-sysinit.
diff --git a/scripts/live b/scripts/live
index c5dd416..1f46d42 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1974,5 +1974,11 @@ mountroot ()
# Temporary hacks until live-sysinit is cleaned up to deal with these
# things on its own
mkdir -p "${rootmnt}/etc/live"
- echo "USERNAME=${USERNAME}" >> "${rootmnt}/etc/live/sysinit.conf"
+
+cat >> "${rootmnt}/etc/live/sysinit.conf" << EOF
+USERNAME="${USERNAME}"
+USERFULLNAME="${USERFULLNAME}"
+HOSTNAME="${HOSTNAME}"
+EOF
+
}
--
live-initramfs
More information about the debian-live-changes
mailing list