summaryrefslogtreecommitdiff
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2011-10-27 10:25:11 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2011-10-27 10:25:11 +0000
commit3bedc940698e5c70fb2bee7dfad582abfeebd77e (patch)
tree0517e5e54516d1d6801f64798bad84bc3c9c7c48 /sys/boot/forth
parenta32376dd7632fb74f8b5b81c0d3f5947b9160c18 (diff)
Notes
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index c8abe58018e9..2a93fc834c44 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -81,7 +81,7 @@ module_path="/boot/modules" # Set the module search path
#boot_serial="" # -h: Use serial console
#boot_single="" # -s: Start system in single-user mode
#boot_verbose="" # -v: Causes extra debugging information to be printed
-#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall"
+#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init"
# Sets the list of init candidates
#init_shell="/bin/sh" # The shell binary used by init(8).
#init_script="" # Initial script to run by init(8) before chrooting.