feat: hide VTOYEFI partition by marking as diag

This commit is contained in:
William Poetra Yoga 2023-05-20 21:44:39 +07:00 committed by GitHub
parent 35c952d891
commit 2364eb949c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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