summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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