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

View File

@@ -436,7 +436,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 \