aboutsummaryrefslogtreecommitdiff
path: root/layout/rootfs/etc/s6-rc/source-base/init-eth0
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-05-04 00:10:26 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-05-04 00:10:26 +0000
commit7bb2006007c1996f33758e41db070252d4d3607f (patch)
tree3dc03d4f6a8867742961a3dea9ecc96c52d00a10 /layout/rootfs/etc/s6-rc/source-base/init-eth0
parent1202c964c4e91083a3c60b41b9c11e220bfa759d (diff)
downloadlh-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')
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies2
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-eth0/down1
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-eth0/type1
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-eth0/up2
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