Reading /conf/param.conf after Select_eth_device in main function to fix network...
authorSteven Shiau <steven@nchc.org.tw>
Sun, 5 Aug 2012 11:37:29 +0000 (13:37 +0200)
committerDaniel Baumann <daniel@debian.org>
Mon, 13 Aug 2012 23:03:43 +0000 (01:03 +0200)
scripts/boot/9990-main.sh

index 2cf1d7e..5732b2a 100755 (executable)
@@ -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