Commit 1ab8f507 authored by Michael Shigorin's avatar Michael Shigorin

p7.mk: tweak ISO volume ID

The default "ALT Linux IMAGE_NAME/ARCH" turns into "ALT Linux altlinux-p7-FLAVOUR/ARCH" which is both redundant and prone to hitting the ISO9660 volume ID length limit of 32 bytes (see also #28271).
parent f2a25425
......@@ -2,6 +2,8 @@
mixin/p7: use/browser/firefox/esr
@$(call set,BRANDING,altlinux-starterkit)
@$(call set,IMAGE_FLAVOUR,$(subst altlinux-p7-,,$(IMAGE_NAME)))
@$(call set,META_VOL_ID,ALT Linux p7 $$(IMAGE_FLAVOUR)/$(ARCH))
ifeq (distro,$(IMAGE_CLASS))
......
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