Date: Mon, 21 Aug 2023 16:54:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 272077] loader defaults to kernel=kernel even if it doesn't exist Message-ID: <bug-272077-227-9w7sWtBE8V@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-272077-227@https.bugs.freebsd.org/bugzilla/> References: <bug-272077-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272077 Dag-Erling Sm=C3=B8rgrav <des@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |des@FreeBSD.org --- Comment #2 from Dag-Erling Sm=C3=B8rgrav <des@FreeBSD.org> --- My suggestion would be: - if able to enumerate kernels - initialize the list of kernels to the enumerated kernels in lexical ord= er - if the list of kernels is empty after attempted enumeration - initialize it to getenv("kernels"):gmatch("([^;, ]+)[;, ]?") - if the list of kernels is still empty - initialize the list to getenv("kernel") - else - if getenv("kernel") is in the list - move it to the front of the list I believe this will result in the least disruption for existing setups while removing the annoying behavior of always trying to load a non-existent kern= el for users who have KODIR =3D /boot/${KERN_IDENT} in /etc/src.conf. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272077-227-9w7sWtBE8V>