Add more warnings

This commit is contained in:
ValdikSS 2018-05-01 13:17:44 +03:00
parent 941f0d6be2
commit 9816f27ffd
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,8 @@ function sigint_handler() {
if [[ ! "$3" ]];
then
echo "Windows 7/8/8.1/10 ISO to Flash Drive burning utility"
echo "WARNING: this program will delete all existing data on your drive!"
echo
echo "$(basename "$0")" "<device> <windows iso> <mbr/gpt/gptntfs>"
echo
echo "Use MBR mode for old computers with BIOS (without UEFI), or for UEFI legacy mode (CSM)."
@ -171,6 +173,7 @@ then
then
echo "${bold} == ERROR: install.wim is greater than 4 GiB ==${normal}"
echo "${bold} == ERROR: Please use gptntfs mode ==${normal}"
echo "NOTE: gptntfs does not support Secure Boot!"
umount_rm_path "$partpath"
exit 103
fi