diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-09-18 15:29:36 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 05:49:03 +0100 |
commit | 7e9c559c75901f391b4151ed6cabba74e60f80af (patch) | |
tree | 12a5189c81b4a13d203a139f698ea15be6e41f8c /daemons/rc.sh | |
parent | 0224d569030e6838c63cf946ae7321be923afc23 (diff) |
init: add a minimalist init program
This patch adds a minimalist init program. It is somewhat lacking in
features, but is able to bring up a Hurd system with the runsystem and
rc scripts. In fact, it roughly does what the former /hurd/init did,
modulo all the very early bootstrapping stuff and the startup
protocol. It is started when all the essential servers are up and
running, so it can make use of most of the POSIX goodies, making its
implementation much simpler.
* Makefile (prog-subdirs): Add init.
* daemons/runsystem.sh: Generalize runsystem so that it can start any
init as specified on the kernel command line. By default, it starts
/hurd/init.
* daemons/runsystem.hurd: This is a verbatim copy of runsystem.sh. It
is started by /hurd/init.
* daemons/rc.sh: Do not start /hurd/mach-defpager as it is already
started in runsystem.sh.
* daemons/Makefile (SRCS): Add runsystem.hurd.
* init/Makefile: New file.
* init/init.c: Likewise.
Diffstat (limited to 'daemons/rc.sh')
-rw-r--r-- | daemons/rc.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh index 5cf44fa6..12408830 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -2,9 +2,6 @@ PATH=/bin:/sbin -# Start the default pager. It will bail if there is already one running. -/hurd/mach-defpager - # Set up swap space. This will complain if no default pager is functioning. swapon -a |