diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/boot/9990-main.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
