Unverified Commit 89c1ab55 authored by longpanda's avatar longpanda Committed by GitHub
Browse files

Update ventoy_lib.sh

parent 1e4965cb
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment