From 2702ffe259a5a9d95358962b4b346304841f471b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 30 Jan 2020 18:10:12 +0000 Subject: Need more sleep time -_- --- layout/rootfs/etc/s6-rc/source-base/init-eth0/up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout/rootfs/etc') 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 -- cgit v1.3.1