scripts/mkimag: use different name for uefi images

This commit is contained in:
Stefan Saraev 2014-03-04 11:38:50 +02:00
parent 015bd676dc
commit bf6703aad3

View File

@ -55,6 +55,7 @@ if [ "$UEFI" = "yes" ] ; then
UUID_2=$(date '+%M%S')
FAT_VOL_ID="${UUID_1}${UUID_2}"
UUID_SYSTEM="${UUID_1}-${UUID_2}"
DISK="$TARGET_IMG/$IMAGE_NAME-efi.img"
fi
# ensure loopX not in use