Skip to content

Commit

Permalink
Fixed typos that led to kernel panics: paths to </etc/s6-rc> fixed to…
Browse files Browse the repository at this point in the history
… </etc/s6>
  • Loading branch information
dslm4515 committed Jan 22, 2019
1 parent 29d2632 commit db3a776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion s6/run-image/service/.s6-svscan/SIGTERM
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/execlineb -P

foreground { "/etc/s6-rc/stage2.tini" }
foreground { "/etc/s6/stage2.tini" }
s6-svscanctl -t -- "/run/boot"/service
2 changes: 1 addition & 1 deletion s6/run-image/service/.s6-svscan/finish
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ fdmove -c 1 2
foreground { s6-svc -X -- /run/boot/service/s6-svscan-log }
unexport ?
wait -r -- { }
/etc/s6-rc/stage3 ${@}
/etc/s6/stage3 ${@}
2 changes: 1 addition & 1 deletion s6/stage2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/execlineb -P
# stage2

s6-envdir -if /etc/s6-rc/env
s6-envdir -if /etc/s6/env

foreground {
if { s6-echo -- "\n[ Stage 2 ] Loading ...\n" }
Expand Down

0 comments on commit db3a776

Please sign in to comment.