diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-09-17 13:44:44 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 05:48:19 +0100 |
commit | 0224d569030e6838c63cf946ae7321be923afc23 (patch) | |
tree | 3a494a651c1861a9f955626c02c1d9e8771c24c3 /doc | |
parent | bf7ce656b71123926f0fcb32e4b9577b395da76e (diff) |
startup: rename /hurd/init to /hurd/startup
This patch series splits /hurd/init into two programs. As a first
step, this patch renames /hurd/init to /hurd/startup. It is called
startup because it speaks the startup protocol.
* startup: Rename init to startup. Adjust accordingly.
* Makefile (prog-subdirs): Likewise.
* doc/hurd.texi (Server Bootstrap): Likewise.
* hurd/paths.h (_HURD_STARTUP): Likewise.
* libdiskfs/boot-start.c (diskfs_boot_init_program): Likewise.
* libdiskfs/opts-std-startup.c (startup_options): Likewise.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hurd.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi index 697cce79..7e7b5eef 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -563,10 +563,10 @@ bootstrapped by starting the GNU Mach microkernel and two programs: the root filesystem and the exec server. The @option{--multiboot-command-line} option tells the file system server that -it is a root filesystem, which triggers it to run @command{/hurd/init} as PID -2. @command{/hurd/init} starts the @command{/hurd/proc} and +it is a root filesystem, which triggers it to run @command{/hurd/startup} as PID +2. @command{/hurd/startup} starts the @command{/hurd/proc} and @command{/hurd/auth} servers. After the servers are launched -@command{/hurd/init} starts the @command{/libexec/runsystem.sh} script to +@command{/hurd/startup} starts the @command{/libexec/runsystem.sh} script to finish booting. After the Hurd has been booted, other sets of core Hurd servers can be |