diff options
Diffstat (limited to 'scripts/boot.sh')
-rwxr-xr-x | scripts/boot.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/boot.sh b/scripts/boot.sh index eeaa4dc..3211ed0 100755 --- a/scripts/boot.sh +++ b/scripts/boot.sh @@ -480,10 +480,7 @@ mountroot () ;; esac - maybe_break live-premount - log_begin_msg "Running /scripts/live-premount" - run_scripts /scripts/live-premount - log_end_msg + Select_eth_device # Needed here too because some things (*cough* udev *cough*) # changes the timeout |