Fix order of commands listed under 'init='.

This commit is contained in:
Michael Kerrisk 2007-05-27 21:52:08 +00:00
parent 79e7547f68
commit 5ce8911931
1 changed files with 2 additions and 2 deletions

View File

@ -119,12 +119,12 @@ your system to see what arguments it accepts.
.SS "`init=...'"
This sets the initial command to be executed by the kernel.
If this is not set, or cannot be found, the kernel will try
.IR /sbin/init ,
then
.IR /etc/init ,
then
.IR /bin/init ,
then
.IR /sbin/init ,
then
.IR /bin/sh
and panic if all of this fails.
.SS "`nfsaddrs=...'"