regular.mk: switch server* to grub and +efi
Нужно признать, что grub станларт, которму мы должны соответствовать. а поддержка efi у нас полноценна пока только в refind.
This commit is contained in:
parent
afa11c54a9
commit
7c897bb805
@ -184,7 +184,7 @@ distro/.regular-server-base: distro/.regular-install \
|
|||||||
|
|
||||||
distro/.regular-server: distro/.regular-server-base \
|
distro/.regular-server: distro/.regular-server-base \
|
||||||
use/server/mini use/firmware/qlogic use/rescue/base \
|
use/server/mini use/firmware/qlogic use/rescue/base \
|
||||||
use/ntp/client use/cleanup/libs
|
use/ntp/client use/cleanup/libs use/bootloader/grub +efi
|
||||||
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
|
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
|
||||||
@$(call add,MAIN_PACKAGES,aptitude)
|
@$(call add,MAIN_PACKAGES,aptitude)
|
||||||
@$(call add,CLEANUP_PACKAGES,qt4-common qt5-base-common)
|
@$(call add,CLEANUP_PACKAGES,qt4-common qt5-base-common)
|
||||||
@ -218,8 +218,7 @@ distro/.regular-server-hyperv: distro/.regular-server-managed +systemd
|
|||||||
@$(call add,DEFAULT_SERVICES_DISABLE,cpufreq-simple powertop)
|
@$(call add,DEFAULT_SERVICES_DISABLE,cpufreq-simple powertop)
|
||||||
|
|
||||||
distro/regular-server-pve: distro/.regular-server-base +systemd \
|
distro/regular-server-pve: distro/.regular-server-base +systemd \
|
||||||
use/kernel/server use/firmware/qlogic +efi
|
use/kernel/server use/firmware/qlogic
|
||||||
@$(call set,BASE_BOOTLOADER,grub)
|
|
||||||
@$(call set,INSTALLER,altlinux-server)
|
@$(call set,INSTALLER,altlinux-server)
|
||||||
@$(call add,INSTALL2_PACKAGES,installer-feature-pve)
|
@$(call add,INSTALL2_PACKAGES,installer-feature-pve)
|
||||||
@$(call add,THE_PACKAGES,pve-manager nfs-clients su)
|
@$(call add,THE_PACKAGES,pve-manager nfs-clients su)
|
||||||
|
Loading…
Reference in New Issue
Block a user