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:
parent
6ba404cab8
commit
0fc9f11d00
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user