[Midnightbsd-cvs] src [10200] trunk/sys/boot/forth/loader.conf: update loader.conf
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jun 1 19:58:49 EDT 2018
Revision: 10200
http://svnweb.midnightbsd.org/src/?rev=10200
Author: laffer1
Date: 2018-06-01 19:58:49 -0400 (Fri, 01 Jun 2018)
Log Message:
-----------
update loader.conf
Modified Paths:
--------------
trunk/sys/boot/forth/loader.conf
Modified: trunk/sys/boot/forth/loader.conf
===================================================================
--- trunk/sys/boot/forth/loader.conf 2018-06-01 23:57:14 UTC (rev 10199)
+++ trunk/sys/boot/forth/loader.conf 2018-06-01 23:58:49 UTC (rev 10200)
@@ -7,13 +7,13 @@
# All arguments must be in double quotes.
#
# $MidnightBSD$
-# $FreeBSD: stable/9/sys/boot/forth/loader.conf 263702 2014-03-25 03:23:06Z dteske $
+# $FreeBSD: stable/10/sys/boot/forth/loader.conf 316130 2017-03-29 08:02:12Z ngie $
##############################################################
### Basic configuration options ############################
##############################################################
-exec=".( Loading /boot/defaults/loader.conf ) cr"
+exec="echo Loading /boot/defaults/loader.conf"
kernel="kernel" # /boot sub-directory containing kernel and modules
bootfile="kernel" # Kernel name (possibly absolute path)
@@ -40,6 +40,27 @@
##############################################################
+### Random number generator configuration ##################
+##############################################################
+
+entropy_cache_load="NO" # Set this to YES to load entropy at boot time
+entropy_cache_name="/boot/entropy" # Set this to the name of the file
+entropy_cache_type="/boot/entropy"
+#kern.random.sys.seeded="0" # Set this to 1 to start /dev/random
+ # without waiting for a (re)seed.
+
+
+##############################################################
+### Initial memory disk settings ###########################
+##############################################################
+
+#initmd_load="YES" # The "initmd" prefix is arbitrary.
+#initmd_type="md_image" # Create md(4) disk at boot.
+#initmd_name="/boot/root.img" # Path to a file containing the image.
+#rootdev="ufs:/dev/md0" # Set the root filesystem to md(4) device.
+
+
+##############################################################
### Loader settings ########################################
##############################################################
@@ -50,6 +71,10 @@
# allowed to interrupt autoboot process and
# escape to the loader prompt, set to
# "NO" to disable autobooting
+#password="" # Prevent changes to boot options
+#bootlock_password="" # Prevent booting (see check-password.4th(8))
+#geom_eli_passphrase_prompt="NO" # Prompt for geli(8) passphrase to mount root
+bootenv_autolist="YES" # Auto populate the list of ZFS Boot Environments
#beastie_disable="NO" # Turn the beastie boot menu on and off
#kernels="kernel kernel.old" # Kernels to display in the boot menu
#loader_logo="orbbw" # Desired logo: orbbw, orb, mbsdbw, beastiebw, beastie, none
@@ -60,11 +85,13 @@
#prompt="\\${interpret}" # Set the command prompt
#root_disk_unit="0" # Force the root disk unit number
#rootdev="disk1s1a" # Set the root filesystem
+#dumpdev="disk1s1b" # Set a dump device early in the boot process
#tftp.blksize="1428" # Set the RFC 2348 TFTP block size.
# If the TFTP server does not support RFC 2348,
# the block size is set to 512. If the value
# is out of range ( < 8 || > 9008 ) an error is
# returned.
+#twiddle_divisor="1" # >1 means slow down the progress indicator.
##############################################################
@@ -86,7 +113,7 @@
#boot_serial="" # -h: Use serial console
#boot_single="" # -s: Start system in single-user mode
#boot_verbose="" # -v: Causes extra debugging information to be printed
-#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall"
+#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init"
# Sets the list of init candidates
#init_shell="/bin/sh" # The shell binary used by init(8).
#init_script="" # Initial script to run by init(8) before chrooting.
@@ -117,7 +144,7 @@
#kern.cam.boot_delay="10000" # Delay (in ms) of root mount for CAM bus
# registration, useful for USB sticks as root
#kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI
-#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable
+#kern.ipc.maxsockets="" # Set the maximum number of sockets available
#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
#kern.ipc.nsfbufs="" # Set the number of sendfile(2) bufs
#net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE
@@ -124,6 +151,7 @@
#vfs.root.mountfrom="" # Specify root partition in a way the
# kernel understands
#vm.kmem_size="" # Sets the size of kernel memory (bytes)
+#debug.kdb.break_to_debugger="0" # Allow console to break into debugger.
#debug.ktr.cpumask="0xf" # Bitmask of CPUs to enable KTR on
#debug.ktr.mask="0x1200" # Bitmask of KTR events to enable
#debug.ktr.verbose="1" # Enable console dump of KTR events
@@ -131,13 +159,11 @@
##############################################################
-### ATA modules ##############################################
+### ATA modules ############################################
##############################################################
-ataahci_load="NO" # AHCI SATA
ataacard_load="NO" # ACARD
ataacerlabs_load="NO" # Acer Labs Inc. (ALI)
-ataadaptec_load="NO" # Adaptec
ataamd_load="NO" # American Micro Devices (AMD)
ataati_load="NO" # ATI
atacenatek_load="NO" # Cenatek
@@ -166,7 +192,6 @@
# Filesystems
cd9660_load="NO" # ISO 9660 filesystem
-coda_load="NO" # CODA filesystem
fdescfs_load="NO" # Filedescriptors filesystem
linprocfs_load="NO" # Linux compatibility process filesystem
linsysfs_load="NO" # Linux compatibility system filesystem
@@ -173,14 +198,10 @@
msdosfs_load="NO" # FAT-12/16/32
nfsclient_load="NO" # NFS client
nfsserver_load="NO" # NFS server
-ntfs_load="NO" # NTFS
-ntfs_iconv_load="NO" # NTFS iconv character support
nullfs_load="NO" # Null filesystem
-portalfs_load="NO" # Portal filesystem
procfs_load="NO" # Process filesystem
reiserfs_load="NO" # ReiserFS
unionfs_load="NO" # Union filesystem
-xfs_load="NO" # XFS
zfs_load="NO" # ZFS
# Related stuff
@@ -265,6 +286,7 @@
bridgestp_load="NO" # if_bridge(4) support
miibus_load="NO" # miibus support, needed for some drivers
+carp_load="NO" # carp(4) protocol
if_ae_load="NO" # Attansic/Atheros L2 FastEthernet
if_age_load="NO" # Attansic/Atheros L1 Gigabit Ethernet
if_alc_load="NO" # Atheros AR8131/AR8132 Ethernet
@@ -280,12 +302,12 @@
if_bwi_load="NO" # Broadcom BCM53xx IEEE 802.11b/g wireness NICs
if_bwn_load="NO" # Broadcom BCM43xx IEEE 802.11 wireless NICs
if_bxe_load="NO" # Broadcom NetXtreme II 10Gb Ethernet
-if_carp_load="NO" # carp(4) devices
if_cas_load="NO" # Sun Cassini/Cassini+ and NS DP83065 Saturn
if_cm_load="NO" # SMC (90c26, 90c56, 90c66)
if_cs_load="NO" # Crystal Semiconductor CS8920
if_cue_load="NO" # CATC USB-EL1210A USB Ethernet
if_cxgb_load="NO" # Chelsio T3 10 Gigabit Ethernet
+if_cxgbe_load="NO" # Chelsio T4/T5/T6 1/10/25/40/100 Gigabit Ethernet
if_dc_load="NO" # DEC/Intel 21143 and various workalikes
if_de_load="NO" # DEC DC21x4x Ethernet
if_ed_load="NO" # National Semiconductor DS8390/WD83C690
@@ -310,6 +332,8 @@
if_iwn_load="NO" # Intel Wireless WiFi Link 802.11n wireless
if_ixgb_load="NO" # Intel PRO/10Gb Ethernet
if_ixgbe_load="NO" # Intel PRO/10Gb Ethernet PCI Express
+if_ixl_load="NO" # Intel XL710 Ethernet 40Gb Base driver
+if_ixlv_load="NO" # Intel XL710 Ethernet 40Gb VF driver
if_jme_load="NO" # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
if_lagg_load="NO" # lagg(4) devices
if_le_load="NO" # AMD Am7900 LANCE and Am79C9xx PCnet
@@ -358,8 +382,10 @@
if_wpi_load="NO" # Intel 3945ABG Wireless LAN IEEE 802.11
if_xe_load="NO" # Xircom CreditCard PCMCIA
if_xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
+sfxge_load="NO" # Solarflare 10Gb Ethernet adapter driver
utopia_load="NO" # ATM PHY driver
+
##############################################################
### Netgraph modules #######################################
##############################################################
@@ -402,6 +428,7 @@
ng_vjc_load="NO" # Van Jacobsen compression netgraph node type
ng_vlan_load="NO" # IEEE 802.1Q VLAN tagging netgraph node type
+
##############################################################
### Sound modules ##########################################
##############################################################
@@ -438,6 +465,7 @@
snd_vibes_load="NO" # vibes
snd_driver_load="NO" # All sound drivers
+
##############################################################
### USB modules ############################################
##############################################################
@@ -470,6 +498,7 @@
if_zyd_load="NO" # ZyDAS ZD1211(B) USB 802.11 wireless adapter
snd_uaudio_load="NO" # USB audio
+
##############################################################
### Other modules ##########################################
##############################################################
@@ -494,6 +523,7 @@
tpm_load="NO" # Trusted Platform Module
wbwd_load="NO" # Winbond watchdog
+
##############################################################
### ACPI settings ##########################################
##############################################################
@@ -504,8 +534,9 @@
# Override DSDT in BIOS by this file
acpi_video_load="NO" # Load the ACPI video extension driver
+
##############################################################
-### TrustedBSD MAC settings ##################################
+### TrustedBSD MAC settings ################################
##############################################################
mac_biba_load="NO" # Biba MAC policy
@@ -516,6 +547,7 @@
mac_partition_load="NO" # Partition MAC policy
mac_seeotheruids_load="NO" # UID visbility MAC policy
+
##############################################################
### Module loading syntax example ##########################
##############################################################
@@ -527,11 +559,3 @@
#module_before="cmd" # executes "cmd" before loading the module
#module_after="cmd" # executes "cmd" after loading the module
#module_error="cmd" # executes "cmd" if load fails
-
-##############################################################
-### Always try to load ZFS pool cache file #################
-##############################################################
-
-zpool_cache_load="YES"
-zpool_cache_type="/boot/zfs/zpool.cache"
-zpool_cache_name="/boot/zfs/zpool.cache"
More information about the Midnightbsd-cvs
mailing list