build-distro: trim BOOT_VOLI at 32 chars

The nice and pleasant effect of hitting this barrier
is build process break at (almost) the very end of it.
This commit is contained in:
Michael Shigorin 2013-01-24 22:35:15 +04:00 committed by Michael Shigorin
parent 40e680e50d
commit f576b01988

View File

@ -8,7 +8,7 @@ BOOT_SYSI := $(META_SYSTEM_ID)
BOOT_PUBL := $(META_PUBLISHER)
BOOT_PREP := $(META_PREPARER)
BOOT_APPI := $(META_APP_ID)
BOOT_VOLI := $(META_VOL_ID)
BOOT_VOLI := $(shell echo $(META_VOL_ID) | cut -c1-32)
BOOT_VOLS := $(META_VOL_SET)
BOOT_BIBL := $(META_BIBLIO)
BOOT_ABST := $(META_ABSTRACT)