aboutsummaryrefslogtreecommitdiffstats
path: root/layout/rootfs/etc/s6-rc/source-base/init-eth0
diff options
context:
space:
mode:
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