diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-04 00:10:26 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-04 00:10:26 +0000 |
| commit | 7bb2006007c1996f33758e41db070252d4d3607f (patch) | |
| tree | 3dc03d4f6a8867742961a3dea9ecc96c52d00a10 /layout/rootfs/etc/s6-linux-init/init | |
| parent | 1202c964c4e91083a3c60b41b9c11e220bfa759d (diff) | |
| download | lh-bootstrap-7bb2006007c1996f33758e41db070252d4d3607f.tar.gz | |
Make a lean and mean version, as a basis for filling an initramfs
Diffstat (limited to 'layout/rootfs/etc/s6-linux-init/init')
| -rwxr-xr-x | layout/rootfs/etc/s6-linux-init/init | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/layout/rootfs/etc/s6-linux-init/init b/layout/rootfs/etc/s6-linux-init/init deleted file mode 100755 index 358c2f5..0000000 --- a/layout/rootfs/etc/s6-linux-init/init +++ /dev/null @@ -1,24 +0,0 @@ -#!/command/execlineb -P - -/command/export PATH /command:/bin -/command/cd / -s6-setsid -qb -- -umask 022 -if { s6-echo -- "\n init created by s6-linux-init-maker\n see http://skarnet.org/software/s6-linux-init/\n\n" } -if { s6-mount -nwt tmpfs -o mode=0755 tmpfs /run } -if { s6-hiercopy /etc/s6-linux-init/run-image /run } - -s6-envdir -I -- /etc/s6-linux-init/env -redirfd -r 0 /dev/null -redirfd -wnb 1 /run/service/s6-svscan-log/fifo -background -{ - s6-setsid -- - redirfd -w 1 /run/service/s6-svscan-log/fifo - fdmove -c 2 1 - /etc/rc.init -} -unexport ! -cd /run/service -fdmove -c 2 1 -s6-svscan -st0 |
