diff options
author | Sam James <sam@gentoo.org> | 2024-06-19 19:40:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-19 19:40:53 +0100 |
commit | 237d517f2fe79fbd22253ec9a0f4d418719a69b8 (patch) | |
tree | 2b919ea5ed94b1e58d5334c7829267caeb25135b /profiles | |
parent | net-p2p/arti: drop 1.2.3 (diff) | |
download | gentoo-237d517f2fe79fbd22253ec9a0f4d418719a69b8.tar.gz gentoo-237d517f2fe79fbd22253ec9a0f4d418719a69b8.tar.bz2 gentoo-237d517f2fe79fbd22253ec9a0f4d418719a69b8.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
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 <sam@gentoo.org> (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 <holger@applied-asynchrony.com> (2024-05-19) # media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559 media-gfx/graphicsmagick jpeg2k |