[SCM] Debian Live initramfs hook branch, master, updated. 1.154.2-1-1-g1a9a9f9

Daniel Baumann daniel at debian.org
Thu Dec 18 17:57:43 UTC 2008


The following commit has been merged in the master branch:
commit 1a9a9f9c385125ccd9a8c587b7c8a5a4e7c56e47
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Dec 18 18:52:39 2008 +0100

    Sourcing live.vars in 21xdriver and 21xvidemode in order to be able to set variables in previous bottom scripts.

diff --git a/scripts/live-bottom/21xdriver b/scripts/live-bottom/21xdriver
index 5232f5f..29ae78e 100755
--- a/scripts/live-bottom/21xdriver
+++ b/scripts/live-bottom/21xdriver
@@ -36,6 +36,8 @@ log_begin_msg "Configuring X video driver"
 
 # live-initramfs script
 
+. /live.vars
+
 if [ -n "$XDRIVER" ]
 then
 	mount -o bind /sys /root/sys
diff --git a/scripts/live-bottom/21xvidemode b/scripts/live-bottom/21xvidemode
index 23eb212..ead3a6c 100755
--- a/scripts/live-bottom/21xvidemode
+++ b/scripts/live-bottom/21xvidemode
@@ -36,6 +36,8 @@ log_begin_msg "Configuring X video modes"
 
 # live-initramfs script
 
+. /live.vars
+
 if [ -n "$XVIDEOMODE" ]
 then
 	mount -o bind /sys /root/sys

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list