xref: /titanic_51/usr/src/boot/sys/boot/arm/uboot/loader.conf (revision 4a5d661a82b942b6538acd26209d959ce98b593a)
1*4a5d661aSToomas Soome# This is defaults/loader.conf for ARM, containing defaults for loader(8).
2*4a5d661aSToomas Soome# Do not modify the contents of this file, instead put your customizations
3*4a5d661aSToomas Soome# into /boot/loader.conf or /boot/loader.conf.local
4*4a5d661aSToomas Soome# $FreeBSD$
5*4a5d661aSToomas Soome
6*4a5d661aSToomas Soomeautoboot_delay=10
7*4a5d661aSToomas Soomebootfile="kernel"      # Kernel name (possibly absolute path)
8*4a5d661aSToomas Soomekernel="kernel"        # /boot sub-directory containing kernel and modules
9*4a5d661aSToomas Soomeloader_conf_files="/boot/loader.conf /boot/loader.conf.local"
10*4a5d661aSToomas Soomemodule_path="/boot/kernel;/boot/modules;/boot/dtb"
11*4a5d661aSToomas Soomenextboot_conf="/boot/nextboot.conf"
12*4a5d661aSToomas Soomenextboot_enable="NO"
13*4a5d661aSToomas Soomeverbose_loading="NO"
14