diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-05-15 10:54:30 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-05-15 10:54:30 +0000 |
commit | 96bc46037fe27ee04e12bd9871f5f63c54e4bb43 (patch) | |
tree | aaa688612197ac531ee3cf11598a7bfe7da2e811 /sbin/disklabel/editor.c | |
parent | f0cf7794d0a8daa4446109c6f4bd79d00a72524d (diff) |
grow /usr/local more at the cost of /home; ok krw@
Diffstat (limited to 'sbin/disklabel/editor.c')
-rw-r--r-- | sbin/disklabel/editor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index e852747d10f..ca5c5c0271e 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.237 2010/05/11 11:12:22 otto Exp $ */ +/* $OpenBSD: editor.c,v 1.238 2010/05/15 10:54:29 otto Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -75,10 +75,10 @@ const struct space_allocation alloc_big[] = { { MEG(80), GIG(4), 13, "/var" }, { MEG(900), GIG(2), 5, "/usr" }, { MEG(512), GIG(1), 3, "/usr/X11R6" }, - { GIG(2), GIG(10), 5, "/usr/local" }, + { GIG(2), GIG(10), 10, "/usr/local" }, { GIG(1), GIG(2), 3, "/usr/src" }, { GIG(1), GIG(2), 3, "/usr/obj" }, - { GIG(1), GIG(300), 50, "/home" } + { GIG(1), GIG(300), 45, "/home" } /* Anything beyond this leave for the user to decide */ }; |