From: Michał Górny Date: Fri, 6 Dec 2019 16:36:11 +0000 (+0100) Subject: sys-kernel/installkernel-systemd-boot: New package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0ece6c16adaa7f9050944383f470fc40741c0c29;p=gentoo.git sys-kernel/installkernel-systemd-boot: New package New package to install 'installkernel' wrapper that uses systemd-boot's kernel-install. Bug: https://bugs.gentoo.org/702164 Signed-off-by: Michał Górny --- diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index f2ef00759996..957ea16b4f30 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -41,6 +41,7 @@ sys-apps/gentoo-systemd-integration sys-apps/systemd-readahead sys-process/systemd-cron sys-apps/dbus-broker +sys-kernel/installkernel-systemd-boot # Gilles Dartiguelongue (2018-05-24) # Packages use systemd unconditionally for now diff --git a/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild b/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild new file mode 100644 index 000000000000..725a7967a3e1 --- /dev/null +++ b/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Wrap kernel-install from systemd-boot as installkernel" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="" +S=${WORKDIR} + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="|| ( sys-apps/systemd sys-boot/systemd-boot ) + ! + + + + mgorny@gentoo.org + Michał Górny + +