diff options
| author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-01-16 09:59:53 +0100 |
|---|---|---|
| committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-01-16 09:59:53 +0100 |
| commit | 8e23288a8fd00d0a2bda462cb6463d8c1d6ca892 (patch) | |
| tree | 108aaf68c349bd2f801a43d7f0bf70563799f33b | |
| parent | 1154edebea70d11afb3db443af760b62c32e29f7 (diff) | |
| download | gentoo-8e23288a8fd00d0a2bda462cb6463d8c1d6ca892.tar.gz gentoo-8e23288a8fd00d0a2bda462cb6463d8c1d6ca892.tar.bz2 gentoo-8e23288a8fd00d0a2bda462cb6463d8c1d6ca892.zip | |
kernel-install.eclass: USE=generic-uki drop requirement for installkernel[uki]
it is not strictly necessary, i.e. we might also want to just use the
generic initrd. Or install the uki in the grub layout. But more importantly
this requirement creates a bit of an unfortunate conflict in binpkg-docker
that would otherwise have to be resolved with manual overrides of install.conf.
See-also: https://github.com/projg2/binpkg-docker/pull/7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
| -rw-r--r-- | eclass/kernel-install.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 5a98446b12ee..9ab96628b5e4 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -200,7 +200,7 @@ if [[ ${KERNEL_IUSE_GENERIC_UKI} ]]; then IDEPEND=" generic-uki? ( || ( - >=sys-kernel/installkernel-8[-dracut(-),-ukify(-),uki(-)] + >=sys-kernel/installkernel-8[-dracut(-),-ukify(-)] >=sys-kernel/installkernel-systemd-3 ) ) |
