diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index 271f9b0c..c5b7167b 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -16,7 +16,6 @@ use/efi: @$(call add,THE_LISTS,$(EFI_LISTS)) @$(call add,THE_PACKAGES,$$(EFI_SHELL)) ifeq (distro,$(IMAGE_CLASS)) - @$(call add,THE_PACKAGES,installer-feature-efi-stage3) @$(call add,RESCUE_LISTS,$(EFI_LISTS)) @$(call add,INSTALL2_PACKAGES,dosfstools fatresize) @$(call add,STAGE1_KCONFIG,EFI EFI_PARTITION EFI_VARS FB_EFI) diff --git a/features.in/efi/rootfs/image-scripts.d/50-efi b/features.in/efi/rootfs/image-scripts.d/50-efi deleted file mode 100755 index ed61fb3e..00000000 --- a/features.in/efi/rootfs/image-scripts.d/50-efi +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# see also https://bugzilla.altlinux.org/27970 - -grep -q efivars /etc/modules || echo efivars >> /etc/modules diff --git a/features.in/efi/stage2/image-scripts.d/50-efi b/features.in/efi/stage2/image-scripts.d/50-efi deleted file mode 100755 index ed61fb3e..00000000 --- a/features.in/efi/stage2/image-scripts.d/50-efi +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# see also https://bugzilla.altlinux.org/27970 - -grep -q efivars /etc/modules || echo efivars >> /etc/modules diff --git a/pkg.in/lists/tagged/base+efi b/pkg.in/lists/tagged/base+efi index 5f44e56a..bdd6fd4f 100644 --- a/pkg.in/lists/tagged/base+efi +++ b/pkg.in/lists/tagged/base+efi @@ -5,5 +5,3 @@ dosfstools grub2-efi elilo@x86_64 efibootmgr -installer-feature-efi-stage3 -