Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
244c0a4203 | ||
![]() |
fa04d943a6 | ||
![]() |
1758a4fe48 | ||
![]() |
22bfa5e1a5 | ||
![]() |
49d7bc3436 | ||
![]() |
615bfc18a4 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
init
2
init
@@ -79,7 +79,7 @@ background {
|
|||||||
s6-setsid --
|
s6-setsid --
|
||||||
redirfd -w 1 /run/s6-run/service/s6-svscan-log/fifo
|
redirfd -w 1 /run/s6-run/service/s6-svscan-log/fifo
|
||||||
fdmove -c 2 1
|
fdmove -c 2 1
|
||||||
/etc/stage2
|
/etc/s6/stage2
|
||||||
}
|
}
|
||||||
|
|
||||||
unexport !
|
unexport !
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
#!/usr/local/bin/execlineb -P
|
#!/usr/local/bin/execlineb -P
|
||||||
fdmove -c 2 1
|
fdmove -c 2 1
|
||||||
fsck -A -T -a
|
# if partition is checked, fsck return a fail exit
|
||||||
|
# and a crash occurs, so whatever happens with fsck, the output need to be a success
|
||||||
|
if -t {
|
||||||
|
fsck -A -T -a
|
||||||
|
}
|
||||||
|
s6-true
|
||||||
|
@@ -1 +1 @@
|
|||||||
|
00
|
||||||
|
@@ -1 +1,2 @@
|
|||||||
00
|
00
|
||||||
|
rofs-Udevd
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/execlineb -P
|
#!/usr/local/bin/execlineb -P
|
||||||
|
|
||||||
foreground { /etc/stage2.tini }
|
foreground { /etc/s6/stage2.tini }
|
||||||
s6-svscanctl -h -- /run/s6-run/service
|
s6-svscanctl -h -- /run/s6-run/service
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/execlineb -P
|
#!/usr/local/bin/execlineb -P
|
||||||
|
|
||||||
foreground { /etc/stage2.tini }
|
foreground { /etc/s6/stage2.tini }
|
||||||
s6-svscanctl -6 -- /run/s6-run/service
|
s6-svscanctl -6 -- /run/s6-run/service
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/execlineb -P
|
#!/usr/local/bin/execlineb -P
|
||||||
|
|
||||||
foreground { /etc/stage2.tini }
|
foreground { /etc/s6/stage2.tini }
|
||||||
s6-svscanctl -q -- /run/s6-run/service
|
s6-svscanctl -q -- /run/s6-run/service
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/execlineb -P
|
#!/usr/local/bin/execlineb -P
|
||||||
|
|
||||||
foreground { /etc/stage2.tini }
|
foreground { /etc/s6/stage2.tini }
|
||||||
s6-svscanctl -t -- /run/s6-run/service
|
s6-svscanctl -t -- /run/s6-run/service
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/local/bin/execlineb -P
|
#!/usr/local/bin/execlineb -P
|
||||||
|
|
||||||
foreground { /etc/stage2.tini }
|
foreground { /etc/s6/stage2.tini }
|
||||||
s6-svscanctl -7 -- /run/s6-run/service
|
s6-svscanctl -7 -- /run/s6-run/service
|
||||||
|
@@ -6,4 +6,4 @@ fdmove -c 1 2
|
|||||||
foreground { s6-svc -X -- /run/s6-run/service/s6-svscan-log }
|
foreground { s6-svc -X -- /run/s6-run/service/s6-svscan-log }
|
||||||
unexport ?
|
unexport ?
|
||||||
wait -r -- { }
|
wait -r -- { }
|
||||||
/etc/stage3 ${@}
|
/etc/s6/stage3 ${@}
|
||||||
|
Reference in New Issue
Block a user