diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-10-24 16:51:42 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-10-24 16:53:44 +0200 |
commit | 60d110a41842a21d1e0c271d63780dbb1a600253 (patch) | |
tree | f29a8bb53716261906d98cb801f2213f60164009 /sys-boot | |
parent | sys-kernel/installkernel: make efistub check non-fatal (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/uefi-mkconfig/uefi-mkconfig-2.3.ebuild | 2 |
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 |