aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2011-11-03 12:03:03 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2011-11-03 12:03:03 +0000
commit0fc9f11d003e35ce7976f3611fb6bd67a5491272 (patch)
tree8c43684c8cc1b49d5881ad4e13a084d55a0ebb9b /sys/conf
parent6ba404cab88b16ac12265fee55d33bd6aebe7d4a (diff)
downloadsrc-0fc9f11d003e35ce7976f3611fb6bd67a5491272.tar.gz
src-0fc9f11d003e35ce7976f3611fb6bd67a5491272.zip
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.
Notes
Notes: svn path=/head/; revision=227056
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3ab8244d6e6f..882d49c3ee93 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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