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/dependencies.d/init-coldplug0
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies.d/init-sysctl0
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-eth0/down2
-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/up3
5 files changed, 0 insertions, 6 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies.d/init-coldplug b/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies.d/init-coldplug
deleted file mode 100644
index e69de29..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies.d/init-coldplug
+++ /dev/null
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies.d/init-sysctl b/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies.d/init-sysctl
deleted file mode 100644
index e69de29..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/dependencies.d/init-sysctl
+++ /dev/null
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 547ab86..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down
+++ /dev/null
@@ -1,2 +0,0 @@
-foreground { ip link set dev eth0 down }
-foreground { bcnm-waitif -d 2 eth0 }
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 987a4af..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up
+++ /dev/null
@@ -1,3 +0,0 @@
-if { bcnm-waitif 1 eth0 }
-if { ip addr add 10.0.2.1/24 dev eth0 }
-ip link set dev eth0 up