summaryrefslogtreecommitdiff
path: root/eclass/linux-build.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r--eclass/linux-build.eclass4
1 files changed, 2 insertions, 2 deletions
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}