Commit badfca54 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

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

Module efivars will be loaded by udev now.
parent fe6c5cf1
......@@ -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)
......
#!/bin/sh
# see also https://bugzilla.altlinux.org/27970
grep -q efivars /etc/modules || echo efivars >> /etc/modules
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment