Enable lualoader's kernel autodetection, disabled on install media
As documented in loader.conf(5), kernels_autodetect="YES" will cause the Lua scripts to effectively scan /boot for directories with a "kernel" file inside, to be listed in the loader menu. Approved by: re (kib)
This commit is contained in:
parent
76c75816cf
commit
e0a28d2492
@ -92,6 +92,7 @@ efi_max_resolution="1x1" # Set the max resolution for EFI loader to use:
|
||||
# 480p, 720p, 1080p, 2160p/4k, 5k, or specify
|
||||
# WidthxHeight (e.g. 1920x1080)
|
||||
#kernels="kernel kernel.old" # Kernels to display in the boot menu
|
||||
kernels_autodetect="YES" # Auto-detect kernel directories in /boot
|
||||
#loader_logo="orbbw" # Desired logo: orbbw, orb, fbsdbw, beastiebw, beastie, none
|
||||
#comconsole_speed="9600" # Set the current serial console speed
|
||||
#console="vidconsole" # A comma separated list of console(s)
|
||||
|
Loading…
Reference in New Issue
Block a user