diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-31 15:50:03 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-31 15:50:03 +0000 |
| commit | 7f7a2b99a0c2391926fe527a92ce439c8a147fcd (patch) | |
| tree | 3104522f3fe0c30eb568884f9e91e3ab47731683 /layout/rootfs/etc/s6-rc/source-base/init-eth0 | |
| parent | 3971b792e9e109e6fde2126ddb8c68c749827edb (diff) | |
| download | lh-bootstrap-7f7a2b99a0c2391926fe527a92ce439c8a147fcd.tar.gz | |
Small incremental build fixes (47)
Diffstat (limited to 'layout/rootfs/etc/s6-rc/source-base/init-eth0')
| -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 b41c637..b3dd787 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 { ip addr add 10.0.0.1/24 dev eth0 } +if { ip addr add 10.0.2.1/24 dev eth0 } ip link set dev eth0 up |
