Changeset View
Changeset View
Standalone View
Standalone View
head/sys/boot/mips/uboot/loader.conf
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# 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" |