diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-05 12:19:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-05 12:19:04 +0000 |
commit | aa192b250c709db4b071b9fd506a0e6583884f24 (patch) | |
tree | abe86fbe34be3e5898680cc084d077090e1d1170 /layout | |
parent | 3a48a219967d6f6bd39241206a7dc57355566444 (diff) | |
download | lh-bootstrap-aa192b250c709db4b071b9fd506a0e6583884f24.tar.xz |
Add arm and x86_64 qemus, increase init-eth0 sleep to 3
Diffstat (limited to 'layout')
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/init-eth0/up | 2 |
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 |