aboutsummaryrefslogtreecommitdiff
path: root/layout/rootfs
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-02-05 12:19:04 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-02-05 12:19:04 +0000
commitaa192b250c709db4b071b9fd506a0e6583884f24 (patch)
treeabe86fbe34be3e5898680cc084d077090e1d1170 /layout/rootfs
parent3a48a219967d6f6bd39241206a7dc57355566444 (diff)
downloadlh-bootstrap-aa192b250c709db4b071b9fd506a0e6583884f24.tar.xz
Add arm and x86_64 qemus, increase init-eth0 sleep to 3
Diffstat (limited to 'layout/rootfs')
-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 b3dd787..871558f 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 2 } # delay to load virtio-net
+if { sleep 3 } # delay to load virtio-net
if { ip addr add 10.0.2.1/24 dev eth0 }
ip link set dev eth0 up