Sourcing live.vars in 21xdriver and 21xvidemode in order to be able to set variables...
authorDaniel Baumann <daniel@debian.org>
Thu, 18 Dec 2008 17:52:39 +0000 (18:52 +0100)
committerDaniel Baumann <daniel@debian.org>
Thu, 18 Dec 2008 17:52:39 +0000 (18:52 +0100)
scripts/live-bottom/21xdriver
scripts/live-bottom/21xvidemode

index 5232f5f..29ae78e 100755 (executable)
@@ -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
index 23eb212..ead3a6c 100755 (executable)
@@ -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