summaryrefslogtreecommitdiff
path: root/docs/create-s6-base
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-29 23:36:22 +0100
committerdavidovski <david@davidovski.xyz>2022-03-29 23:36:22 +0100
commitdf88860947686a5e6507fc5d60ff33eac1158c6b (patch)
treed1dc7f2f003b08afb6d45f7170d7a0dd353060d3 /docs/create-s6-base
parent33d239ecb3d66db2b005afbe68a7029c3f2d2ee0 (diff)
using sysvinit system bootscriptsHEADmaster
Diffstat (limited to 'docs/create-s6-base')
-rw-r--r--docs/create-s6-base24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/create-s6-base b/docs/create-s6-base
deleted file mode 100644
index d786a75..0000000
--- a/docs/create-s6-base
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/bash
-
-## Create the base
-
-s6-linux-init-maker \
- -c /etc/s6/base \
- -u root \
- -G "/sbin/agetty -L -8 tty1 115200" \
- -L \
- -p "/bin:/sbin:/usr/bin" \
- -m 022 \
- -t 2 \
- -D default \
- -U utmp \
- /BUILD/etc/s6/base
-
-## Modify scripts in base
-
-# For rc.init:
-### If your services are managed by s6-rc:
-### (replace /run/service with your scandir)
-#s6-rc-init -c /etc/s6/db/current /run/service
-
-# Check other scripts and only uncomment for s6 & s6-rc