mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-24 06:05:58 -05:00
feat: hide VTOYEFI partition by marking as diag
This commit is contained in:
parent
35c952d891
commit
2364eb949c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user