From 95086b988bd7ba5649b9050f702aaeffb39a3640 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 13 Sep 2005 13:41:33 +0000 Subject: [PATCH] *** empty log message *** --- commands/scripts/setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 014e20c81..43593ad34 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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 -- 2.44.0