From aa192b250c709db4b071b9fd506a0e6583884f24 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 5 Feb 2020 12:19:04 +0000 Subject: Add arm and x86_64 qemus, increase init-eth0 sleep to 3 --- layout/rootfs/etc/s6-rc/source-base/init-eth0/up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout/rootfs') 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 -- cgit v1.2.3