Date: Thu, 11 Oct 2018 17:17:54 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339308 - head/stand/defaults Message-ID: <201810111717.w9BHHsNF004892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Thu Oct 11 17:17:54 2018 New Revision: 339308 URL: https://svnweb.freebsd.org/changeset/base/339308 Log: 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) Modified: head/stand/defaults/loader.conf Modified: head/stand/defaults/loader.conf ============================================================================== --- head/stand/defaults/loader.conf Thu Oct 11 17:16:39 2018 (r339307) +++ head/stand/defaults/loader.conf Thu Oct 11 17:17:54 2018 (r339308) @@ -92,6 +92,7 @@ efi_max_resolution="1x1" # Set the max resolution for # 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810111717.w9BHHsNF004892>