commit: a8ae8c7bcfdfd0b34d5492eda0d8d950d9e101c0
Author: Ceres <ceres <AT> ceressees <DOT> dev>
AuthorDate: Sun Mar 15 19:29:18 2026 +0000
Commit: Ceres Milner <ceres <AT> ceressees <DOT> dev>
CommitDate: Sun Mar 15 19:30:50 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8ae8c7b
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 <AT> ceressees.dev>
sys-boot/zfsbootmenu/files/zfsbootmenu-stub-location.patch | 2 +-
sys-boot/zfsbootmenu/metadata.xml | 4 ++++
sys-boot/zfsbootmenu/zfsbootmenu-3.1.0.ebuild | 5 ++++-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/sys-boot/zfsbootmenu/files/zfsbootmenu-stub-location.patch
b/sys-boot/zfsbootmenu/files/zfsbootmenu-stub-location.patch
index d3daec194d..74803e866e 100644
--- a/sys-boot/zfsbootmenu/files/zfsbootmenu-stub-location.patch
+++ b/sys-boot/zfsbootmenu/files/zfsbootmenu-stub-location.patch
@@ -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:
diff --git a/sys-boot/zfsbootmenu/metadata.xml
b/sys-boot/zfsbootmenu/metadata.xml
index e2bc151657..41b20f957f 100644
--- a/sys-boot/zfsbootmenu/metadata.xml
+++ b/sys-boot/zfsbootmenu/metadata.xml
@@ -9,6 +9,10 @@
<email>[email protected]</email>
<name>Chaquen Beliakov Amaya</name>
</maintainer>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Ceres Milner</name>
+ </maintainer>
<upstream>
<remote-id type="github">zbm-dev/zfsbootmenu</remote-id>
</upstream>
diff --git a/sys-boot/zfsbootmenu/zfsbootmenu-3.1.0.ebuild
b/sys-boot/zfsbootmenu/zfsbootmenu-3.1.0.ebuild
index e50e7aa9fd..bb66119079 100644
--- a/sys-boot/zfsbootmenu/zfsbootmenu-3.1.0.ebuild
+++ b/sys-boot/zfsbootmenu/zfsbootmenu-3.1.0.ebuild
@@ -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"
}