efi, base+efi: Don't add efivars to /etc/modules
Module efivars will be loaded by udev now.
This commit is contained in:
parent
fe6c5cf1e8
commit
badfca54c4
@ -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)
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
# see also https://bugzilla.altlinux.org/27970
|
||||
|
||||
grep -q efivars /etc/modules || echo efivars >> /etc/modules
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
# see also https://bugzilla.altlinux.org/27970
|
||||
|
||||
grep -q efivars /etc/modules || echo efivars >> /etc/modules
|
@ -5,5 +5,3 @@ dosfstools
|
||||
grub2-efi
|
||||
elilo@x86_64
|
||||
efibootmgr
|
||||
installer-feature-efi-stage3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user