From 15acc985afc36c50b316b78292861233dd6745f4 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 19 Nov 2023 21:43:26 +0000 Subject: eclass/linux-build: update sys-boot/gnu-efi with sys-apps/systemd --- eclass/linux-build.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 4d31acfb..ac5d55f8 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -252,7 +252,7 @@ _linux-build_src_prepare_build() { fi local -a BOOTLOADERS=( - sys-boot/gnu-efi + sys-apps/systemd /boot/loader/loader.conf "/boot/loader/entries/${KV_FULL}.conf" ) @@ -316,7 +316,7 @@ _linux-build_src_prepare_build() { mkdir -p "${WORKDIR}/bootloader/${WORKDIR_BOOTLOADER_CONFIG_FILE_KV%/*}" case "${BOOTLOADER_PKG}" in - sys-boot/gnu-efi) + sys-apps/systemd) cat > "${WORKDIR}/bootloader/${WORKDIR_BOOTLOADER_CONFIG_FILE_KV}" <<-EOF title Gentoo Linux version ${KV_FULL} -- cgit v1.2.3