summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2011-11-03 12:03:03 +0000
committerpluknet <pluknet@FreeBSD.org>2011-11-03 12:03:03 +0000
commit7b84393d0d2b128f50777694476bc08671285033 (patch)
tree8c43684c8cc1b49d5881ad4e13a084d55a0ebb9b /sys/boot
parent494eaea7b01556ade6cb3c656db36dd69ef9ecbc (diff)
downloadFreeBSD-src-7b84393d0d2b128f50777694476bc08671285033.zip
FreeBSD-src-7b84393d0d2b128f50777694476bc08671285033.tar.gz
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.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/loader.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 51c0ab9..c36072c 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -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
OpenPOWER on IntegriCloud