commit: 237d517f2fe79fbd22253ec9a0f4d418719a69b8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 19 18:40:53 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 19 18:40:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237d517f
profiles/arch/hppa: mask sys-kernel/installkernel[systemd] The systemd implementation of installkernel doesn't currently support updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs, and palo is the only bootloader for HPPA. Thanks to Andrew Ammerlaan for the help. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index f48150514c33..54c9a841a623 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,12 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James <[email protected]> (2024-06-19) +# The systemd implementation of installkernel doesn't currently support +# updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs, +# and palo is the only bootloader for HPPA. +sys-kernel/installkernel systemd + # Holger Hoffstätte <[email protected]> (2024-05-19) # media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559 media-gfx/graphicsmagick jpeg2k
