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

This parts reverts commit cff3291c2a.
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: 01a1581b71
This commit is contained in:
Anton Midyukov 2020-08-23 21:15:23 +07:00
parent 441063f79b
commit 655db94e0d
3 changed files with 0 additions and 11 deletions

View File

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

View File

@ -26,11 +26,6 @@ endif
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))

View File

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