1
0
Fork 0

fix formatting

This commit is contained in:
Pratham Patel 2022-11-20 21:28:15 +05:30
parent 7830657030
commit 71e1eef4f6
1 changed files with 1 additions and 3 deletions

View File

@ -125,9 +125,7 @@ echo "Do you want a separate \`home\` and \`root\` partition? $YES_NO_OPTION"
read SEPARATE_HOME_ROOT read SEPARATE_HOME_ROOT
if [[ $SEPARATE_HOME_ROOT == "Y" || $SEPARATE_HOME_ROOT == "y" ]]; then if [[ $SEPARATE_HOME_ROOT == "Y" || $SEPARATE_HOME_ROOT == "y" ]]; then
tput -x clear echo -e "\n\n\n\nYou chose that you want separate home and root partitions."
echo "You chose that you want separate home and root partitions."
echo "You will$FONT_BOLD not$FONT_NORM be asked for the Home partition's size. It will occupy the remaining space.\n" echo "You will$FONT_BOLD not$FONT_NORM be asked for the Home partition's size. It will occupy the remaining space.\n"
echo "Please enter the size of root partition in GiB (without the unit)." echo "Please enter the size of root partition in GiB (without the unit)."
echo -e "10% or 12GB (whichever is greater) of the total drive space is usually a good idea.\n" echo -e "10% or 12GB (whichever is greater) of the total drive space is usually a good idea.\n"