From 2364eb949cb2a2521a04c96495c1282d02bab903 Mon Sep 17 00:00:00 2001 From: William Poetra Yoga Date: Sat, 20 May 2023 21:44:39 +0700 Subject: [PATCH] feat: hide VTOYEFI partition by marking as `diag` --- INSTALL/tool/ventoy_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/tool/ventoy_lib.sh b/INSTALL/tool/ventoy_lib.sh index 710cc37f..69b086e9 100644 --- a/INSTALL/tool/ventoy_lib.sh +++ b/INSTALL/tool/ventoy_lib.sh @@ -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 \