mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
scripts/mkimag: use different name for uefi images
This commit is contained in:
parent
015bd676dc
commit
bf6703aad3
@ -55,6 +55,7 @@ if [ "$UEFI" = "yes" ] ; then
|
|||||||
UUID_2=$(date '+%M%S')
|
UUID_2=$(date '+%M%S')
|
||||||
FAT_VOL_ID="${UUID_1}${UUID_2}"
|
FAT_VOL_ID="${UUID_1}${UUID_2}"
|
||||||
UUID_SYSTEM="${UUID_1}-${UUID_2}"
|
UUID_SYSTEM="${UUID_1}-${UUID_2}"
|
||||||
|
DISK="$TARGET_IMG/$IMAGE_NAME-efi.img"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ensure loopX not in use
|
# ensure loopX not in use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user