*** empty log message ***
This commit is contained in:
parent
0c96b9e85e
commit
dde3b865fb
@ -287,14 +287,17 @@ then
|
|||||||
# end Step 3
|
# end Step 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
defmb=200
|
||||||
|
|
||||||
if [ ! "$auto" = r ]
|
if [ ! "$auto" = r ]
|
||||||
then homesize=""
|
then homesize=""
|
||||||
while [ -z "$homesize" ]
|
while [ -z "$homesize" ]
|
||||||
do
|
do
|
||||||
echo ""
|
echo ""
|
||||||
echo -n "How big do you want your /home to be, in MB? "
|
echo -n "How big do you want your /home to be, in MB? [$defmb] "
|
||||||
read home
|
read homesize
|
||||||
echo -n "$home MB Ok? [Y] "
|
if [ "$homesize" = "" ] ; then homesize=$defmb; fi
|
||||||
|
echo -n "$homesize MB Ok? [Y] "
|
||||||
read ok
|
read ok
|
||||||
[ "$ok" = Y -o "$ok" = y -o "$ok" = "" ] || homesize=""
|
[ "$ok" = Y -o "$ok" = y -o "$ok" = "" ] || homesize=""
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user