diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-04 00:10:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-04 00:10:26 +0000 |
commit | 7bb2006007c1996f33758e41db070252d4d3607f (patch) | |
tree | 3dc03d4f6a8867742961a3dea9ecc96c52d00a10 /layout/rootfs/etc/s6-rc/source-base/init-eth0 | |
parent | 1202c964c4e91083a3c60b41b9c11e220bfa759d (diff) | |
download | lh-bootstrap-7bb2006007c1996f33758e41db070252d4d3607f.tar.xz |
Make a lean and mean version, as a basis for filling an initramfs
Diffstat (limited to 'layout/rootfs/etc/s6-rc/source-base/init-eth0')
4 files changed, 0 insertions, 6 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies deleted file mode 100644 index 79607c6..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies +++ /dev/null @@ -1,2 +0,0 @@ -init-sysctl -mount-cgroups diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down b/layout/rootfs/etc/s6-rc/source-base/init-eth0/down deleted file mode 100644 index fd3dae2..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down +++ /dev/null @@ -1 +0,0 @@ -ip link set dev eth0 down diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/type b/layout/rootfs/etc/s6-rc/source-base/init-eth0/type deleted file mode 100644 index bdd22a1..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/type +++ /dev/null @@ -1 +0,0 @@ -oneshot diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up b/layout/rootfs/etc/s6-rc/source-base/init-eth0/up deleted file mode 100644 index 99b451e..0000000 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up +++ /dev/null @@ -1,2 +0,0 @@ -foreground { modprobe %%NETMODULE%% } -ip link set dev eth0 up |