loader.conf (05e8899d7d2c779b90a10d1304b493afb95fb18e) | loader.conf (643dc495a06aec1070a50aada4cbe92454a06e5d) |
---|---|
1# This is loader.conf - a file full of useful variables that you can 2# set to change the default load behavior of your system. You should 3# not edit this file! Put any overrides into one of the 4# loader_conf_files instead and you will be able to update these 5# defaults later without spamming your local configuration information. 6# 7# All arguments must be in double quotes. 8# --- 61 unchanged lines hidden (view full) --- 70 # Default is unset and disabled (no delay). 71#autoboot_delay="10" # Delay in seconds before autobooting, 72 # -1 for no user interrupts, NO to disable 73#password="" # Prevent changes to boot options 74#bootlock_password="" # Prevent booting (see check-password.4th(8)) 75#geom_eli_passphrase_prompt="NO" # Prompt for geli(8) passphrase to mount root 76bootenv_autolist="YES" # Auto populate the list of ZFS Boot Environments 77#beastie_disable="NO" # Turn the beastie boot menu on and off | 1# This is loader.conf - a file full of useful variables that you can 2# set to change the default load behavior of your system. You should 3# not edit this file! Put any overrides into one of the 4# loader_conf_files instead and you will be able to update these 5# defaults later without spamming your local configuration information. 6# 7# All arguments must be in double quotes. 8# --- 61 unchanged lines hidden (view full) --- 70 # Default is unset and disabled (no delay). 71#autoboot_delay="10" # Delay in seconds before autobooting, 72 # -1 for no user interrupts, NO to disable 73#password="" # Prevent changes to boot options 74#bootlock_password="" # Prevent booting (see check-password.4th(8)) 75#geom_eli_passphrase_prompt="NO" # Prompt for geli(8) passphrase to mount root 76bootenv_autolist="YES" # Auto populate the list of ZFS Boot Environments 77#beastie_disable="NO" # Turn the beastie boot menu on and off |
78efi_max_resolution="1080p" # Set the max resolution for EFI loader to use: | 78efi_max_resolution="1x1" # Set the max resolution for EFI loader to use: |
79 # 480p, 720p, 1080p, 2160p/4k, 5k, or specify 80 # WidthxHeight (e.g. 1920x1080) 81#kernels="kernel kernel.old" # Kernels to display in the boot menu 82#loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none 83#comconsole_speed="9600" # Set the current serial console speed 84#console="vidconsole" # A comma separated list of console(s) 85#currdev="disk1s1a" # Set the current device 86module_path="/boot/modules;/boot/dtb;/boot/dtb/overlays" # Set the module search path --- 70 unchanged lines hidden --- | 79 # 480p, 720p, 1080p, 2160p/4k, 5k, or specify 80 # WidthxHeight (e.g. 1920x1080) 81#kernels="kernel kernel.old" # Kernels to display in the boot menu 82#loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none 83#comconsole_speed="9600" # Set the current serial console speed 84#console="vidconsole" # A comma separated list of console(s) 85#currdev="disk1s1a" # Set the current device 86module_path="/boot/modules;/boot/dtb;/boot/dtb/overlays" # Set the module search path --- 70 unchanged lines hidden --- |