Commit 9eae9d7b authored by Michael Shigorin's avatar Michael Shigorin

lib/distro.mk: tiny ISO info tweak

udisks seem to pass up META_VOL_ID; let's make it a bit more informative.
parent 8be6c238
......@@ -25,7 +25,7 @@ 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 $(ARCH))
@$(call set,META_VOL_ID,ALT Linux $(IMAGE_NAME)/$(ARCH))
@$(call set,META_VOL_SET,ALT Linux)
# something marginally useful (as a network-only installer)
......
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