Merge 2364eb949cb2a2521a04c96495c1282d02bab903 into 2dafe755097057a4faf5e240f0abc98b9b4cdcb8

This commit is contained in:
William Poetra Yoga 2025-03-16 10:09:12 +01:00 committed by GitHub
commit 554575505d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -440,7 +440,7 @@ format_ventoy_disk_gpt() {
vtdebug "format disk by parted ..." vtdebug "format disk by parted ..."
if [ "$TOOLDIR" != "aarch64" ]; then if [ "$TOOLDIR" != "aarch64" ]; then
vt_set_efi_type="set 2 msftdata on" vt_set_efi_type="set 2 diag on"
fi fi
parted -a none --script $DISK \ parted -a none --script $DISK \