From ce70f55679add265dada8adc5f7612c06a656db5 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 30 Sep 2004 13:09:00 +0000 Subject: 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. --- sys/boot/forth/loader.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/boot/forth') 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 -- cgit v1.1