Commit c3ac5009 authored by Anton Midyukov's avatar Anton Midyukov

uuid-iso: Available for i586, x86_64, aarch64 only, needed mkimage 0.2.41

In mkimage 0.2.41 it is implemented only for mki-pack-efionly-isoboot, mki-pack-grubpc-isoboot, mki-pack-isoboot.
parent a30785ff
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
UUID_ISO = $(shell date -u +%Y-%m-%d-%H-%M-%S-00)
UUID_ISO_SHRT = $(shell echo $(UUID_ISO) | sed 's/-//g')
use/uuid-iso:
@$(call add_feature)
@$(call set,MKI_VER_MINIMAL,0.2.41)
@$(call set,UUID_ISO_SHRT,$(UUID_ISO_SHRT))
@$(call set,UUID_ISO,$(UUID_ISO))
@$(call xport,UUID_ISO)
else
use/uuid-iso: ; @:
endif
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