summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-10-24 16:51:42 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-10-24 16:53:44 +0200
commit60d110a41842a21d1e0c271d63780dbb1a600253 (patch)
treef29a8bb53716261906d98cb801f2213f60164009 /sys-boot
parentsys-kernel/installkernel: make efistub check non-fatal (diff)
downloadgentoo-60d110a41842a21d1e0c271d63780dbb1a600253.tar.gz
gentoo-60d110a41842a21d1e0c271d63780dbb1a600253.tar.bz2
gentoo-60d110a41842a21d1e0c271d63780dbb1a600253.zip
sys-boot/uefi-mkconfig: make efistub check non-fatal
See-also: https://forums.gentoo.org/viewtopic-p-8844014.html Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild2
-rw-r--r--sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild
index 8b272798d1ff..eb46eef391d5 100644
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.2.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
sys-boot/efibootmgr
"
-CONFIG_CHECK="EFI_STUB"
+CONFIG_CHECK="~EFI_STUB"
src_install() {
dobin uefi-mkconfig
diff --git a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild
index 8b272798d1ff..eb46eef391d5 100644
--- a/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild
+++ b/sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
sys-boot/efibootmgr
"
-CONFIG_CHECK="EFI_STUB"
+CONFIG_CHECK="~EFI_STUB"
src_install() {
dobin uefi-mkconfig