]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/tool/ventoy_lib.sh
Update ventoy_lib.sh
[Ventoy.git] / INSTALL / tool / ventoy_lib.sh
index 803375d80acffb4cccce66f26a27b8ee7b131a84..7ae8fe3afe84c339e1d56285f64c72491dd426ba 100644 (file)
@@ -210,6 +210,7 @@ get_disk_ventoy_version() {
 
 format_ventoy_disk() {
     DISK=$1
+    PART1=$(get_disk_part_name $DISK 1)
     PART2=$(get_disk_part_name $DISK 2)
     
     sector_num=$(cat /sys/block/${DISK#/dev/}/size)