]> Zhao Yanbai Git Server - minix.git/commitdiff
*** empty log message ***
authorBen Gras <ben@minix3.org>
Tue, 13 Sep 2005 13:41:33 +0000 (13:41 +0000)
committerBen Gras <ben@minix3.org>
Tue, 13 Sep 2005 13:41:33 +0000 (13:41 +0000)
commands/scripts/setup.sh

index 014e20c8164fded4b9bd5c38e1828ddef8525ec0..43593ad3479165e8114c97254a7169a62c0d15a5 100755 (executable)
@@ -404,7 +404,7 @@ echo " --- Step 6: Select the size of /home ----------------------------------"
        while [ -z "$homesize" ]
        do
 
-               # 20% of what is left over after /home and /usr
+               # 20% of what is left over after / and /usr
                # are taken.
                defmb="`expr $maxhome / 5`"
                if [ "$defmb" -gt "$maxhome" ]
@@ -424,6 +424,7 @@ echo " --- Step 6: Select the size of /home ----------------------------------"
                else
                        if [ "$homesize" -gt "$maxhome" ]
                        then    echo "That won't fit!"
+                               homesize=""
                        else
                                echo -n "$homesize MB Ok? [Y] "
                                read ok