diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-01-30 13:50:18 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-02-02 07:16:09 +0100 |
commit | 40be04df7f4b954a8bf48d211e0961567fa4c378 (patch) | |
tree | 71846c7f6cfa07300122da3e9cd55a6fb863bb51 | |
parent | sys-kernel/installkernel: drop 19 (diff) | |
download | gentoo-40be04df7f4b954a8bf48d211e0961567fa4c378.tar.gz gentoo-40be04df7f4b954a8bf48d211e0961567fa4c378.tar.bz2 gentoo-40be04df7f4b954a8bf48d211e0961567fa4c378.zip |
sys-boot/grub: add installkernel as optfeature
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | sys-boot/grub/grub-2.06-r9.ebuild | 1 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.12-r1.ebuild | 1 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys-boot/grub/grub-2.06-r9.ebuild b/sys-boot/grub/grub-2.06-r9.ebuild index 31dc1e97ca87..1e41a5ab1fc2 100644 --- a/sys-boot/grub/grub-2.06-r9.ebuild +++ b/sys-boot/grub/grub-2.06-r9.ebuild @@ -337,6 +337,7 @@ pkg_postinst() { optfeature "detecting other operating systems (grub-mkconfig)" sys-boot/os-prober optfeature "creating rescue media (grub-mkrescue)" dev-libs/libisoburn optfeature "enabling RAID device detection" sys-fs/mdadm + optfeature "automatically updating GRUB's configuration on each kernel installation" "sys-kernel/installkernel[grub]" fi if has_version 'sys-boot/grub:0'; then diff --git a/sys-boot/grub/grub-2.12-r1.ebuild b/sys-boot/grub/grub-2.12-r1.ebuild index 95e5fdb5c08e..036d1f5670fa 100644 --- a/sys-boot/grub/grub-2.12-r1.ebuild +++ b/sys-boot/grub/grub-2.12-r1.ebuild @@ -341,6 +341,7 @@ pkg_postinst() { optfeature "detecting other operating systems (grub-mkconfig)" sys-boot/os-prober optfeature "creating rescue media (grub-mkrescue)" dev-libs/libisoburn optfeature "enabling RAID device detection" sys-fs/mdadm + optfeature "automatically updating GRUB's configuration on each kernel installation" "sys-kernel/installkernel[grub]" fi if has_version 'sys-boot/grub:0'; then diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 4146c10c16ea..1a4cfde422a0 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -337,6 +337,7 @@ pkg_postinst() { optfeature "detecting other operating systems (grub-mkconfig)" sys-boot/os-prober optfeature "creating rescue media (grub-mkrescue)" dev-libs/libisoburn optfeature "enabling RAID device detection" sys-fs/mdadm + optfeature "automatically updating GRUB's configuration on each kernel installation" "sys-kernel/installkernel[grub]" fi if has_version 'sys-boot/grub:0'; then |