sys-boot/grub: warn about GRUB_LINUX_KERNEL_GLOBS removal

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert 2025-11-23 21:28:36 -05:00
parent 4a543a8736
commit c5b2126e88
No known key found for this signature in database
GPG Key ID: 7E58A298F42F9CCD

View File

@ -411,6 +411,12 @@ pkg_postinst() {
ewarn "Set GRUB_DISABLE_OS_PROBER=false in /etc/default/grub to enable it."
fi
if grep -q GRUB_LINUX_KERNEL_GLOBS "${EROOT}"/etc/default/grub; then
ewarn "Support for GRUB_LINUX_KERNEL_GLOBS has been dropped."
ewarn "Ensure that your kernels are named appropriately or edit"
ewarn "/etc/grub.d/10_linux to compensate."
fi
if use secureboot; then
elog
elog "The signed standalone grub EFI executable(s) are available in:"