1.0.26 release

This commit is contained in:
longpanda
2020-10-24 06:26:57 +08:00
parent 3ebd58c9df
commit 78ab7a0759
10 changed files with 32 additions and 32 deletions

View File

@@ -63,7 +63,11 @@ if ! [ -b "$DISK" ]; then
fi
if [ -e /sys/class/block/${DISK#/dev/}/start ]; then
vterr "$DISK is a partition, please use the whole disk"
vterr "$DISK is a partition, please use the whole disk."
echo "For example:"
vterr " sudo sh Ventoy2Disk.sh -i /dev/sdX1 <=== This is wrong"
vtinfo " sudo sh Ventoy2Disk.sh -i /dev/sdX <=== This is right"
echo ""
exit 1
fi