View | Details | Raw Unified | Return to bug 39679
Collapse All | Expand All

(-)common/help.common (-2 / +2 lines)
Lines 123-131 Link Here
123
################################################################################
123
################################################################################
124
# Tset Sbootfile DSet the default boot file set
124
# Tset Sbootfile DSet the default boot file set
125
125
126
	set bootfile=<filename>[,<filename>...]
126
	set bootfile=<filename>[;<filename>...]
127
127
128
	The default search path for bootable kernels is /kernel,/kernel.old.
128
	The default search path for bootable kernels is /kernel;/kernel.old.
129
	It may be overridden by setting the bootfile variable to a 
129
	It may be overridden by setting the bootfile variable to a 
130
	semicolon-separated list of paths, which will be searched for in turn.
130
	semicolon-separated list of paths, which will be searched for in turn.
131
131
(-)forth/loader.conf (-1 / +1 lines)
Lines 43-49 Link Here
43
##############################################################
43
##############################################################
44
44
45
#autoboot_delay="10"		# Delay in seconds before autobooting
45
#autoboot_delay="10"		# Delay in seconds before autobooting
46
#bootfile="kernel,kernel.old"	# Set the default boot file set
46
#bootfile="kernel;kernel.old"	# Set the default boot file set
47
#console="vidconsole"		# Set the current console
47
#console="vidconsole"		# Set the current console
48
#currdev="disk1s1a"		# Set the current device
48
#currdev="disk1s1a"		# Set the current device
49
#module_path="/;/boot;/modules"	# Set the module search path
49
#module_path="/;/boot;/modules"	# Set the module search path

Return to bug 39679