Update 0-preinstall.sh

line 44 expains it all
This commit is contained in:
treatmeniceplz 2021-11-20 13:48:12 +00:00 committed by GitHub
parent 68fe94da05
commit 06ad3c4ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ echo "-------select your disk to format----------------"
echo "-------------------------------------------------" echo "-------------------------------------------------"
lsblk lsblk
echo "Please enter disk to work on: (example /dev/sda)" echo "Please enter disk to work on: (example /dev/sda)"
read DISK # this is just so people can copy of the list -treatmeniceplz
read /dev/DISK
echo "THIS WILL FORMAT AND DELETE ALL DATA ON THE DISK" echo "THIS WILL FORMAT AND DELETE ALL DATA ON THE DISK"
read -p "are you sure you want to continue (Y/N):" formatdisk read -p "are you sure you want to continue (Y/N):" formatdisk
case $formatdisk in case $formatdisk in