aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-30 18:10:12 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-30 18:10:12 +0000
commit2702ffe259a5a9d95358962b4b346304841f471b (patch)
treef0d5bc8913ab73c3d7e59cb147fe216646e65a17
parented6603d36cacc93b2316d89f8fe6378fdf054d62 (diff)
downloadlh-bootstrap-2702ffe259a5a9d95358962b4b346304841f471b.tar.xz
Need more sleep time -_-
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-eth0/up2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up b/layout/rootfs/etc/s6-rc/source-base/init-eth0/up
index e55ec97..b41c637 100644
--- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up
+++ b/layout/rootfs/etc/s6-rc/source-base/init-eth0/up
@@ -1,3 +1,3 @@
-if { sleep 1 }
+if { sleep 2 } # delay to load virtio-net
if { ip addr add 10.0.0.1/24 dev eth0 }
ip link set dev eth0 up