diff options
Diffstat (limited to 'daemons/runsystem.sh')
-rw-r--r-- | daemons/runsystem.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/daemons/runsystem.sh b/daemons/runsystem.sh index 9698ff2a..c3d37000 100644 --- a/daemons/runsystem.sh +++ b/daemons/runsystem.sh @@ -53,14 +53,16 @@ singleuser () exit 127 } -# Print a newline. +# Print a newline and banner. echo +echo Starting runsystem # See whether pflocal is set up already, and do so if not (install case) # # Normally this should be the case, but we better make sure since # without the pflocal server, pipe(2) does not work. if ! test -c /servers/socket/1 && command -v settrans >/dev/null ; then + echo Setting up pflocal # The root filesystem should be read-only at this point. if fsysopts / --update --writable ; then settrans -c /servers/socket/1 /hurd/pflocal @@ -113,10 +115,12 @@ case "$flags" in esac # Start the default pager. It will bail if there is already one running. +echo Starting default pager /hurd/mach-defpager # This is necessary to make stat / return the correct device ids. fsysopts / --update --readonly # Finally, start the actual SysV init. +echo Starting ${init} exec ${init} ${single} -a |