From 990d419eacf614710c838ef743aa10ec0612ed7a Mon Sep 17 00:00:00 2001 From: Steven Shiau Date: Sun, 5 Aug 2012 13:37:29 +0200 Subject: [PATCH] Reading /conf/param.conf after Select_eth_device in main function to fix network booting (Closes: #683240). --- scripts/boot/9990-main.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.1.4