diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-11-19 21:43:26 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-11-19 21:44:55 +0000 |
commit | 15acc985afc36c50b316b78292861233dd6745f4 (patch) | |
tree | 44cf7d892694f5d3a2eb0f52cbfe6be762f07e09 | |
parent | sys-kernel/stable-sources: version bump (diff) | |
download | portage-15acc985afc36c50b316b78292861233dd6745f4.tar.xz |
eclass/linux-build: update sys-boot/gnu-efi with sys-apps/systemd
-rw-r--r-- | eclass/linux-build.eclass | 4 |
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} |