lib/distro.mk: tiny ISO info tweak
udisks seem to pass up META_VOL_ID; let's make it a bit more informative.
This commit is contained in:
parent
8be6c2383d
commit
9eae9d7b15
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user