#271 create partotion option and info

This commit is contained in:
rootzoll
2019-01-15 14:52:46 +01:00
parent d8c90d4c6e
commit 3e6ae06806
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ if [ ${hddExists} -eq 0 ]; then
echo "Press ENTER to create a Partition - or CTRL+C to abort"
read key
sudo parted -s /dev/sda unit s mkpart primary `sudo parted /dev/sda unit s print free | grep 'Free Space' | tail -n 1`
exit
sleep 3
fi
echo "***********************************************************"