setup fix
This commit is contained in:
parent
4a267f747b
commit
619a202720
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Keyboard type? [us-std] "; read keymap
|
|||
test -n "$keymap" && loadkeys "/usr/lib/keymaps/$keymap.map"
|
||||
|
||||
ok=""
|
||||
while [ $ok = "" ]
|
||||
while [ "$ok" = "" ]
|
||||
do
|
||||
echo -n "Welcome to Minix partitioning. Do you want to
|
||||
follow the (A)utomatic or the e(X)pert mode? Expert mode drops
|
||||
|
|
Loading…
Reference in a new issue