From: Steven Shiau Date: Sun, 5 Aug 2012 11:37:29 +0000 (+0200) Subject: Reading /conf/param.conf after Select_eth_device in main function to fix network... X-Git-Tag: debian/3.0_b1-1~13 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=990d419eacf614710c838ef743aa10ec0612ed7a;p=live-boot-grml.git Reading /conf/param.conf after Select_eth_device in main function to fix network booting (Closes: #683240). --- 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