summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2005-07-29 12:41:37 +0000
committerbrian <brian@FreeBSD.org>2005-07-29 12:41:37 +0000
commit892a2d7dd5596a9b27b4e59dfa561eec5b4ce15d (patch)
treeeeeff181ea8c53004d9d45f48e1efc8215f8cf79 /sys/boot
parent3f1760e734c4459fd12f8a33734adaeb18de74ed (diff)
downloadFreeBSD-src-892a2d7dd5596a9b27b4e59dfa561eec5b4ce15d.zip
FreeBSD-src-892a2d7dd5596a9b27b4e59dfa561eec5b4ce15d.tar.gz
Mention that console= can set multiple consoles.
Relate boot_ options to their kernel command line flags and make it clear how kenv(1) is used. Sponsored by: ActiveState/Sophos MFC after: 1 week
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/forth/loader.conf24
1 files changed, 13 insertions, 11 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 9b0c9cd..dedfa62 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -47,7 +47,7 @@ loader_color="NO" # Set this to YES to enable splash screen colors
# allowed to interrupt autoboot process and
# escape to the loader prompt
#beastie_disable="NO" # Turn the beastie boot menu on and off
-#console="vidconsole" # Set the current console
+#console="vidconsole" # A comma separated list of console(s)
#currdev="disk1s1a" # Set the current device
module_path="/boot/modules" # Set the module search path
#prompt="\\${interpret}" # Set the command prompt
@@ -59,16 +59,18 @@ module_path="/boot/modules" # Set the module search path
### Kernel settings ########################################
##############################################################
- # The following boot_ variables are enabled
- # by setting them to any value.
-#boot_askname="" # Prompt the user for the name of the root device
-#boot_cdrom="" # Attempt to mount root file system from CD-ROM
-#boot_ddb="" # Instructs the kernel to start in the DDB debugger
-#boot_gdb="" # Selects gdb-remote mode for the kernel debugger
-#boot_multicons="" # Use multiple consoles
-#boot_serial="" # Use serial console
-#boot_single="" # Start system in single-user mode
-#boot_verbose="" # Causes extra debugging information to be printed
+# The following boot_ variables are enabled by setting them to any value.
+# Their presence in the kernel environment (see kenv(1)) has the same
+# effect as setting the given boot flag (see boot(8)).
+
+#boot_askname="" # -a: Prompt the user for the name of the root device
+#boot_cdrom="" # -C: Attempt to mount root file system from CD-ROM
+#boot_ddb="" # -d: Instructs the kernel to start in the DDB debugger
+#boot_gdb="" # -g: Selects gdb-remote mode for the kernel debugger
+#boot_multicons="" # -D: Use multiple consoles
+#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"
# Sets the list of init candidates
OpenPOWER on IntegriCloud