after install msg changed.

This commit is contained in:
2026-08-03 17:02:41 +02:00
parent daa6e69b71
commit 2efc3b2d0d
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zbm-dev/zfsbootmenu/archive/refs/tags/v${PV}.tar.gz
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64 ~arm64"
PATCHES=( PATCHES=(
"${FILESDIR}"/${PN}-stub-location.patch "${FILESDIR}"/${PN}-stub-location.patch
@@ -52,6 +52,9 @@ src_install() {
pkg_postinst () { pkg_postinst () {
elog "Please consult Gentoo wiki to configure the bootloader 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 an 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"
} }