aboutsummaryrefslogtreecommitdiff
path: root/stand/mips/uboot/loader.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stand/mips/uboot/loader.conf')
-rw-r--r--stand/mips/uboot/loader.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/stand/mips/uboot/loader.conf b/stand/mips/uboot/loader.conf
new file mode 100644
index 000000000000..4154ab7bcc9f
--- /dev/null
+++ b/stand/mips/uboot/loader.conf
@@ -0,0 +1,13 @@
+# This is defaults/loader.conf for ARM, containing defaults for loader(8).
+# Do not modify the contents of this file, instead put your customizations
+# into /boot/loader.conf or /boot/loader.conf.local
+# $FreeBSD$
+
+autoboot_delay=10
+bootfile="kernel" # Kernel name (possibly absolute path)
+kernel="kernel" # /boot sub-directory containing kernel and modules
+loader_conf_files="/boot/loader.conf /boot/loader.conf.local"
+module_path="/boot/kernel;/boot/modules;/boot/dtb"
+nextboot_conf="/boot/nextboot.conf"
+nextboot_enable="NO"
+verbose_loading="NO"