efi, base+efi: Don't add efivars to /etc/modules

Module efivars will be loaded by udev now.
This commit is contained in:
Mikhail Efremov 2019-12-19 21:41:08 +03:00 committed by Anton Midyukov
parent fe6c5cf1e8
commit badfca54c4
4 changed files with 0 additions and 11 deletions

View File

@ -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)

View File

@ -1,4 +0,0 @@
#!/bin/sh
# see also https://bugzilla.altlinux.org/27970
grep -q efivars /etc/modules || echo efivars >> /etc/modules

View File

@ -1,4 +0,0 @@
#!/bin/sh
# see also https://bugzilla.altlinux.org/27970
grep -q efivars /etc/modules || echo efivars >> /etc/modules

View File

@ -5,5 +5,3 @@ dosfstools
grub2-efi
elilo@x86_64
efibootmgr
installer-feature-efi-stage3