diff options
| author | Jonathan Bauer | 2019-10-25 13:16:34 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2019-10-25 13:16:34 +0200 |
| commit | 5c15661dcc9d99745f5128b1aba9727fa066e6b6 (patch) | |
| tree | a8c485a407201eb370b958c41b80e999a0acf60a /builder/modules.d/slx-network/scripts | |
| parent | more improvements (diff) | |
| parent | [slx-network] wait 30sec for network (diff) | |
| download | systemd-init-5c15661dcc9d99745f5128b1aba9727fa066e6b6.tar.gz systemd-init-5c15661dcc9d99745f5128b1aba9727fa066e6b6.tar.xz systemd-init-5c15661dcc9d99745f5128b1aba9727fa066e6b6.zip | |
Merge branch 'master' into nobash
Diffstat (limited to 'builder/modules.d/slx-network/scripts')
| -rwxr-xr-x | builder/modules.d/slx-network/scripts/setup-bootif-network.stage3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/builder/modules.d/slx-network/scripts/setup-bootif-network.stage3 b/builder/modules.d/slx-network/scripts/setup-bootif-network.stage3 index 4535ccd3..53ad8de9 100755 --- a/builder/modules.d/slx-network/scripts/setup-bootif-network.stage3 +++ b/builder/modules.d/slx-network/scripts/setup-bootif-network.stage3 @@ -31,9 +31,9 @@ wait_for_iface() { set -x ip link set dev "$SLX_PXE_NETIF" up -if ! wait_for_iface "$SLX_PXE_NETIF" 100; then - warn "'$SLX_PXE_NETIF' still not up after 10sec ... trying anyway." - # TODO handle case where we waited for 10sec and it is still not up +if ! wait_for_iface "$SLX_PXE_NETIF" 300; then + warn "'$SLX_PXE_NETIF' still not up after 30sec ... trying anyway." + # TODO handle case where we waited for 30sec and it is still not up fi # now determine whether we are in bridged/vlan/plain mode |
