summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-12-07 04:24:05 +0000
committerdcs <dcs@FreeBSD.org>1999-12-07 04:24:05 +0000
commit202aa35a02f43b6d1ab1895a5ae1c7e1a38a1e92 (patch)
treecfdc181105812f4800d9ee21e650000157e4cf4f /sys/boot/forth/loader.conf
parent73139666cb7334e2da4a67ff64f30ac90deac778 (diff)
downloadFreeBSD-src-202aa35a02f43b6d1ab1895a5ae1c7e1a38a1e92.zip
FreeBSD-src-202aa35a02f43b6d1ab1895a5ae1c7e1a38a1e92.tar.gz
Make some examples reflect defaults.
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r--sys/boot/forth/loader.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 8defcf2..f1af651 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -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
##############################################################
OpenPOWER on IntegriCloud