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=...'" .SS "`init=...'"
This sets the initial command to be executed by the kernel. This sets the initial command to be executed by the kernel.
If this is not set, or cannot be found, the kernel will try If this is not set, or cannot be found, the kernel will try
.IR /sbin/init ,
then
.IR /etc/init , .IR /etc/init ,
then then
.IR /bin/init , .IR /bin/init ,
then then
.IR /sbin/init ,
then
.IR /bin/sh .IR /bin/sh
and panic if all of this fails. and panic if all of this fails.
.SS "`nfsaddrs=...'" .SS "`nfsaddrs=...'"