Andy's /home scheme.
This commit is contained in:
parent
b18cbb66ea
commit
1c05e29646
1 changed files with 3 additions and 2 deletions
|
@ -340,9 +340,10 @@ then homesize=""
|
|||
while [ -z "$homesize" ]
|
||||
do
|
||||
|
||||
# 10% of partition is default
|
||||
defmb="`expr $devsizemb / 10`"
|
||||
maxhome="`expr $devsizemb - $TOTALMB - 1`"
|
||||
# 20% of what is left over after /home and /usr
|
||||
# are taken.
|
||||
defmb="`$maxhome / 5`"
|
||||
if [ $defmb -gt $maxhome ]
|
||||
then
|
||||
defmb=$maxhome
|
||||
|
|
Loading…
Reference in a new issue