diff options
author | ru <ru@FreeBSD.org> | 2004-09-30 13:09:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-09-30 13:09:00 +0000 |
commit | ce70f55679add265dada8adc5f7612c06a656db5 (patch) | |
tree | 5a9be4fd902563b16c52e74c4a41b9d704c32262 /sys/boot/forth | |
parent | ada7c51edc72a4c9783343b1af3a2335f448baed (diff) | |
download | FreeBSD-src-ce70f55679add265dada8adc5f7612c06a656db5.zip FreeBSD-src-ce70f55679add265dada8adc5f7612c06a656db5.tar.gz |
Document boot_cdrom, boot_multicons, and boot_serial.
Reduce diffs between help.common and loader(8).
Mention that boot_userconfig is currently a no-op.
Diffstat (limited to 'sys/boot/forth')
-rw-r--r-- | sys/boot/forth/loader.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 9460886..4b2630e 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -62,10 +62,14 @@ module_path="/boot/modules" # Set the module search path # 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_userconfig="" # Run kernel's interactive device configuration program +#boot_userconfig="" # Run kernel's interactive device configuration program; + # currently a no-op #boot_verbose="" # Causes extra debugging information to be printed #init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall" # Sets the list of init candidates |