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:
parent
40e680e50d
commit
f576b01988
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user