|
|
|
|
577
|
dialog --title "Format USB drive" \
|
577
|
dialog --title "Format USB drive" \
|
578
|
--backtitle "Freedombone Control Panel" \
|
578
|
--backtitle "Freedombone Control Panel" \
|
579
|
--defaultno \
|
579
|
--defaultno \
|
580
|
- --yesno "\nPlease confirm that you wish to format drive\n\n${drive}\n\n. All current data on the drive will be lost, and you will be prompted to give a password used to encrypt the drive.\n\nIf you screw up here and format the wrong drive it's your own fault!" 10 60
|
|
|
|
|
580
|
+ --yesno "\nPlease confirm that you wish to format drive\n\n ${drive}\n\nAll current data on the drive will be lost, and you will be prompted to give a password used to encrypt the drive.\n\nIf you screw up here and format the wrong drive it's your own fault!" 16 60
|
581
|
sel=$?
|
581
|
sel=$?
|
582
|
case $sel in
|
582
|
case $sel in
|
583
|
1) return;;
|
583
|
1) return;;
|