mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 21:12:58 -04:00
Merge 429080cc7f566574ea9615e40378b60fe516dc8c into 8dce0adda6e1967de616287e224b914eb1bcef8e
This commit is contained in:
commit
84a118d894
@ -175,6 +175,7 @@ if [ "$MODE" = "install" ]; then
|
|||||||
fi
|
fi
|
||||||
echo ''
|
echo ''
|
||||||
|
|
||||||
|
if [ -z "$FORCE" ]; then
|
||||||
vtwarn "Attention:"
|
vtwarn "Attention:"
|
||||||
vtwarn "You will install Ventoy to $DISK."
|
vtwarn "You will install Ventoy to $DISK."
|
||||||
vtwarn "All the data on the disk $DISK will be lost!!!"
|
vtwarn "All the data on the disk $DISK will be lost!!!"
|
||||||
@ -195,7 +196,7 @@ if [ "$MODE" = "install" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $disk_sector_num -le $VENTOY_SECTOR_NUM ]; then
|
if [ $disk_sector_num -le $VENTOY_SECTOR_NUM ]; then
|
||||||
vterr "No enough space in disk $DISK"
|
vterr "No enough space in disk $DISK"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user