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

@@ -6,7 +6,7 @@ index e8b196c..38b2812 100644
Enabled: false
EFI:
ImageDir: /boot/efi/EFI/zbm
+ Stub: /usr/lib/systemd/boot/efi/linuxx64.elf.stub
+ Stub: /usr/lib/systemd/boot/efi/linuxx64.efi.stub
Versions: false
Enabled: false
Kernel:

View File

@@ -9,6 +9,10 @@
<email>c@cgps.ch</email>
<name>Chaquen Beliakov Amaya</name>
</maintainer>
<maintainer type="person">
<email>ceres@ceressees.dev</email>
<name>Ceres Milner</name>
</maintainer>
<upstream>
<remote-id type="github">zbm-dev/zfsbootmenu</remote-id>
</upstream>

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"
}