aboutsummaryrefslogtreecommitdiffstats
path: root/layout/rootfs/etc/s6-rc/source-base/init-lan
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-lan
parent1202c964c4e91083a3c60b41b9c11e220bfa759d (diff)
downloadlh-bootstrap-7bb2006007c1996f33758e41db070252d4d3607f.tar.gz
Make a lean and mean version, as a basis for filling an initramfs
Diffstat (limited to 'layout/rootfs/etc/s6-rc/source-base/init-lan')
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-lan/dependencies2
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-lan/down1
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-lan/type1
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-lan/up3
4 files changed, 0 insertions, 7 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-lan/dependencies b/layout/rootfs/etc/s6-rc/source-base/init-lan/dependencies
deleted file mode 100644
index 79607c6..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-lan/dependencies
+++ /dev/null
@@ -1,2 +0,0 @@
-init-sysctl
-mount-cgroups
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-lan/down b/layout/rootfs/etc/s6-rc/source-base/init-lan/down
deleted file mode 100644
index 8b13789..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-lan/down
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-lan/type b/layout/rootfs/etc/s6-rc/source-base/init-lan/type
deleted file mode 100644
index bdd22a1..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-lan/type
+++ /dev/null
@@ -1 +0,0 @@
-oneshot
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-lan/up b/layout/rootfs/etc/s6-rc/source-base/init-lan/up
deleted file mode 100644
index 1e1e4d7..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-lan/up
+++ /dev/null
@@ -1,3 +0,0 @@
-foreground { modprobe ipv6 }
-if { ip addr add 127.0.0.1/8 dev lo }
-ip link set dev lo up