mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 11:46: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')
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user