server-v: 9.2

This commit is contained in:
Andrew A. Vasilyev 2021-05-18 17:37:23 +03:00 committed by Anton Midyukov
parent 20a8f9b5ab
commit 46480db987

View File

@ -101,10 +101,10 @@ distro/server-v: distro/.server-v-base +installer \
use/apt-conf/branch use/install2/repo
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call set,IMAGE_FLAVOUR,$(subst alt-9-,,$(IMAGE_NAME)))
@$(call set,META_VOL_ID,ALT Server-V 9.1.0 $(ARCH))
@$(call set,META_VOL_ID,ALT Server-V 9.2.0 $(ARCH))
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
@$(call set,META_APP_ID,ALT Server-V 9.1.0 $(ARCH) $(shell date +%F))
@$(call set,META_APP_ID,ALT Server-V 9.2.0 $(ARCH) $(shell date +%F))
@$(call set,DOCS,alt-server-v)
@$(call add,BASE_LISTS,virt/base.pkgs)
@$(call add,MAIN_LISTS,virt/extra.pkgs)