[SCM] live-boot branch, debian-next,	updated. debian/3.0_a38-1-4-g136c0fb
    Daniel Baumann 
    daniel at debian.org
       
    Sun Aug  5 11:36:21 UTC 2012
    
    
  
The following commit has been merged in the debian-next branch:
commit 136c0fbab7f4c3a3bbe5d6738706dc2d01704809
Author: Steven Shiau <steven at nchc.org.tw>
Date:   Sun Aug 5 13:37:29 2012 +0200
    Reading /conf/param.conf after Select_eth_device in main function to fix network booting.
diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh
index 2cf1d7e..5732b2a 100755
--- a/scripts/boot/9990-main.sh
+++ b/scripts/boot/9990-main.sh
@@ -27,6 +27,11 @@ Main ()
 
 	Select_eth_device
 
+	if [ -e /conf/param.conf ]
+	then
+		. /conf/param.conf
+	fi
+
 	# Needed here too because some things (*cough* udev *cough*)
 	# changes the timeout
 
-- 
live-boot
    
    
More information about the debian-live-changes
mailing list