sys-boot/zfsbootmenu: update efi stub location

also add to elog info and point at the ZBM article, as well as adding meyself as a maintainer

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres
2026-03-15 19:29:18 +00:00
parent 82dc78caa4
commit a8ae8c7bcf
3 changed files with 9 additions and 2 deletions

View File

@@ -51,5 +51,8 @@ src_install() {
pkg_postinst () {
elog "Please consult Gentoo wiki to configure the bootloader
https://wiki.gentoo.org/wiki/ZFS/rootfs#ZFSBootMenu"
https://wiki.gentoo.org/wiki/ZFS/ZFSBootMenu"
elog "To create en EFI image, an EFI stub loader is needed."
elog "To use the stub loader provided by systemdboot, enable
the boot and kernel-install USE flags for sys-apps/systemd-utils"
}