summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-09 16:31:29 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-09 16:31:29 +0100
commit28a30437a766edfadbf0befee8701e803febd9e9 (patch)
tree455af5b24aa486c258983ce5afe4ffc82a4fa797 /src/core/libs/lib-ui-interactive.sh
parent6edf983eef653bb64cbd6370e806eb069cc1219a (diff)
endless loop fix
Diffstat (limited to 'src/core/libs/lib-ui-interactive.sh')
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index 3652610..4f32338 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -139,7 +139,7 @@ interactive_autoprepare()
CHOSEN_FS=""
while [ "$CHOSEN_FS" = "" ]
do
- ask_option "Select a filesystem for / and /home:" $FSOPTS || return 1
+ ask_option no "Select a filesystem for / and /home:" $FSOPTS || return 1
FSTYPE=$ANSWER_OPTION
ask_yesno "$FSTYPE will be used for / and /home. Is this OK?" yes && CHOSEN_FS=1
done