Commit 655db94e authored by Anton Midyukov's avatar Anton Midyukov

Revert "alt-server.mk, basealt.mk, centaurus/70-dev: Added support Baikal-M"

This parts reverts commit cff3291c. Upstream mkimage has not yet take patches to support packaging multiple kernels to ISO image. In order to avoid problems, have to revert this commit. See-also: 01a1581b
parent 441063f7
......@@ -35,10 +35,6 @@ distro/alt-server: distro/.base distro/.alt-server-vnc \
@$(call add,INSTALL2_PACKAGES,strace)
@$(call add,INSTALL2_PACKAGES,fdisk)
@$(call add,INSTALL2_BRANDING,notes)
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call set,KFLAVOURS,bmitx-def std-def)
@$(call add,INSTALL2_PACKAGES,installer-feature-cleanup-kernel-stage3)
endif
@$(call add,BASE_KMODULES,kvm virtualbox)
@$(call add,CLEANUP_BASE_PACKAGES,acpid-events-power)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
......
......@@ -27,11 +27,6 @@ ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/virtualbox)
@$(call add,BASE_KMODULES,kvm virtualbox)
endif
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call set,KFLAVOURS,bmitx-def std-def)
@$(call add,INSTALL2_PACKAGES,installer-feature-cleanup-kernel-stage3)
@$(call add,LIVE_PACKAGES,installer-feature-cleanup-kernel-stage3)
endif
@$(call add,MAIN_LISTS,workstation/extras)
@$(call add,MAIN_LISTS,$(call tags,xorg vaapi))
@$(call add,THE_LISTS,$(call tags,archive extra))
......
......@@ -2,5 +2,3 @@ kernel-headers-std-def@!E2K
kernel-headers-modules-std-def@!E2K
kernel-headers-elbrus-def@E2K
kernel-headers-modules-elbrus-def@E2K
kernel-headers-bmitx-def@aarch64
kernel-headers-modules-bmitx-def@aarch64
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