X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/3ff1867a2a25b069f0e5bf2b566bd84d927fbc5f..b3c2bcf58ff8ec8362906976863e174eb92aaa51:/INSTALL/tool/VentoyWorker.sh diff --git a/INSTALL/tool/VentoyWorker.sh b/INSTALL/tool/VentoyWorker.sh index e0800d9..fa2af33 100644 --- a/INSTALL/tool/VentoyWorker.sh +++ b/INSTALL/tool/VentoyWorker.sh @@ -625,6 +625,10 @@ else check_umount_disk "$DISK" vtoycli partresize -s $DISK $part2_start fi + + vtinfo "update esp partition attribute" + vtoycli gpt -f $DISK + sync echo "" vtinfo "Update Ventoy on $DISK successfully finished."