diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-30 18:18:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-30 18:18:48 +0000 |
commit | 093b51fdaa188627ecd99fd5bad46908933237f7 (patch) | |
tree | da16a1ebf67c35777b1f37c9b2603f0862b1ec58 /layout/rootfs | |
parent | 2702ffe259a5a9d95358962b4b346304841f471b (diff) | |
download | lh-bootstrap-093b51fdaa188627ecd99fd5bad46908933237f7.tar.xz |
Small incremental build fixes (45)
Diffstat (limited to 'layout/rootfs')
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/init-route/up | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-route/up b/layout/rootfs/etc/s6-rc/source-base/init-route/up index c71de76..6a6b62c 100644 --- a/layout/rootfs/etc/s6-rc/source-base/init-route/up +++ b/layout/rootfs/etc/s6-rc/source-base/init-route/up @@ -1 +1 @@ -ip route add default gw 10.0.0.2 +ip route add default via 10.0.0.2 |