[SCM] live-initramfs branch, debian-next,	updated. debian/1.236.1-1-4-g7227ba1
    Daniel Baumann 
    daniel at debian.org
       
    Sun May 16 08:53:26 UTC 2010
    
    
  
The following commit has been merged in the debian-next branch:
commit 7227ba128803ae94cd9ce892b5298809b7558754
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun May 16 10:47:24 2010 +0200
    Adding temporary hack to pass variables to live-sysinit.
diff --git a/scripts/live b/scripts/live
index ec3a639..c5dd416 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1970,4 +1970,9 @@ mountroot ()
 	then
 		cp /etc/live.conf "${rootmnt}/etc/"
 	fi
+
+	# 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"
 }
-- 
live-initramfs
    
    
More information about the debian-live-changes
mailing list