summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r--sys/boot/forth/loader.conf6
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
OpenPOWER on IntegriCloud