fix autoprepare size of filesystem selection

This commit is contained in:
Tobias Powalowski 2013-06-03 17:35:56 +02:00
parent 8636dfc8b7
commit a3912bd84f

View file

@ -1805,7 +1805,7 @@ autoprepare() {
fi
done
while [[ "${CHOSEN_FS}" = "" ]]; do
DIALOG --menu "Select a filesystem for / and /home:" 16 45 8 ${FSOPTS} 2>${ANSWER} || return 1
DIALOG --menu "Select a filesystem for / and /home:" 16 45 9 ${FSOPTS} 2>${ANSWER} || return 1
FSTYPE=$(cat ${ANSWER})
DIALOG --yesno "${FSTYPE} will be used for / and /home. Is this OK?" 0 0 && CHOSEN_FS=1
done