aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2002-07-07 20:40:31 +0000
committerMark Peek <mp@FreeBSD.org>2002-07-07 20:40:31 +0000
commitb0677c345c303334bfd5701fc02d1d20d3fb8e3b (patch)
tree54fa490f4ac611f7f46e01913d2e7ae7c00e92f8 /sys
parent25524d3eba24f4a361384e05318aaf0b0dc9cf7a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/common/help.common14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index 26b12b3930d4..c97ba414e796 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -123,11 +123,12 @@
################################################################################
# Tset Sbootfile DSet the default boot file set
- set bootfile=<filename>[,<filename>...]
+ set bootfile=<filename>[;<filename>...]
- The default search path for bootable kernels is /kernel,/kernel.old.
- It may be overridden by setting the bootfile variable to a
- semicolon-separated list of paths, which will be searched for in turn.
+ Sets the default set of kernel boot filename(s). It may be overridden
+ by setting the bootfile variable to a semicolon-separated list of
+ filenames, each of which will be searched for in the module_path
+ directories. The default bootfile set is "kernel".
################################################################################
# Tset Sboot_askname DPrompt for root device
@@ -195,10 +196,11 @@
################################################################################
# Tset Smodule_path DSet the module search path
- set module_path=<path>[:<path>...]
+ set module_path=<path>[;<path>...]
Sets the list of directories which will be searched in for modules
- named in a load command or implicitly required by a dependancy.
+ named in a load command or implicitly required by a dependancy. The
+ default module_path is "/boot/kernel;/boot/modules;/modules".
################################################################################
# Tset Sprompt DSet the command prompt