summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r--sys/boot/forth/loader.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 272f37e..897eb40 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -14,7 +14,7 @@
exec=".( Loading /boot/defaults/loader.conf ) cr"
-kernel="/kernel"
+kernel="/boot/kernel/kernel.ko"
kernel_options=""
userconfig_script_load="NO"
@@ -46,7 +46,7 @@ bitmap_type="splash_image_data"
#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
+#module_path="/boot/modules;/modules;/boot/kernel" # 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
OpenPOWER on IntegriCloud