distro.mk: updated default distro prefix

s/ALT Linux/ALT/gc
This commit is contained in:
Michael Shigorin 2016-07-26 17:45:28 +03:00
parent da4ac35514
commit d2fedf6d1e

View File

@ -16,8 +16,8 @@ distro/.init: profile/bare
# the kernel packages regexp evaluation has to take place at build stage
distro/.base: distro/.init use/kernel
@$(call set,META_SYSTEM_ID,LINUX)
@$(call set,META_VOL_ID,ALT Linux $(IMAGE_NAME)/$(ARCH))
@$(call set,META_VOL_SET,ALT Linux)
@$(call set,META_VOL_ID,ALT $(IMAGE_NAME)/$(ARCH))
@$(call set,META_VOL_SET,ALT)
# this one should not be fundamental as it appears (think armh)
distro/.installer: distro/.base use/bootloader/grub +installer; @: