Remove the remnants of /stand/sysinstall.

loader.8:	Sync the default init_path list with kern/init_main.c.

NOTES:		Replace with /rescue/init in the INIT_PATH kernel option.
This commit is contained in:
Sergey Kandaurov 2011-11-03 12:03:03 +00:00
parent 6ba404cab8
commit 0fc9f11d00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227056
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ Sets the list of binaries which the kernel will try to run as the initial
process.
The first matching binary is used.
The default list is
.Dq Li /sbin/init:/sbin/oinit:/sbin/init.bak:\:/rescue/init:/stand/sysinstall .
.Dq Li /sbin/init:/sbin/oinit:/sbin/init.bak:\:/rescue/init .
.It Va init_script
If set to a valid file name in the root file system,
instructs

View File

@ -2813,7 +2813,7 @@ options UBSEC_RNDTEST # enable rndtest support
# Embedded system options:
#
# An embedded system might want to run something other than init.
options INIT_PATH=/sbin/init:/stand/sysinstall
options INIT_PATH=/sbin/init:/rescue/init
# Debug options
options BUS_DEBUG # enable newbus debugging