1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Risky: remove 50s for loop delay on network failure (I think its remplaced by the dhcpcd --wait)

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-11 18:03:38 +10:00
parent 33a60488cd
commit 3b4d73e106
6 changed files with 67 additions and 49 deletions

View File

@@ -277,7 +277,7 @@ if [ "$GUICONSOLE" == "" ]; then
if [ "$NETCONSOLE" == "1" ]; then
# put ttyS1 on port 4444
DISPLAY_OPTS="${DISPLAY_OPTS} -serial tcp::4444,server"
KERNEL_ARGS="rancher.console=ttyS1 rancher.autologin=ttyS1 ${KERNEL_ARGS}"
KERNEL_ARGS="console=ttyS1 rancher.autologin=ttyS1 ${KERNEL_ARGS}"
fi
fi