Make some examples reflect defaults.

This commit is contained in:
Daniel C. Sobral 1999-12-07 04:24:05 +00:00
parent aa11587317
commit 025ff8abcc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54247

View File

@ -42,14 +42,14 @@ bitmap_type="splash_image_data"
### Loader settings ########################################
##############################################################
#autoboot_delay="10" # Delay in seconds before autobooting
#bootfile="/kernel,/kernel.old" # Set the default boot file set
#console="vidconsole" # Set the current console
#currdev="disk1s1a" # Set the current device
#module_path="/modules" # Set the module search path
#autoboot_delay="10" # Delay in seconds before autobooting
#bootfile="kernel,kernel.old" # Set the default boot file set
#console="vidconsole" # Set the current console
#currdev="disk1s1a" # Set the current device
#module_path="/;/boot;/modules" # Set the module search path
#prompt="\\${interpret}" # Set the command prompt
#root_disk_unit="0" # Force the root disk unit number
#rootdev="disk1s1a" # Set the root filesystem
#root_disk_unit="0" # Force the root disk unit number
#rootdev="disk1s1a" # Set the root filesystem
##############################################################