Hi,

1G is too smallto hold a cvs checkout, its 1.1G right now.

ok?

(benno_disklabel_editor)



Index: editor.c
===================================================================
RCS file: /cvs/src/sbin/disklabel/editor.c,v
retrieving revision 1.308
diff -u -p -r1.308 editor.c
--- editor.c    29 Sep 2017 18:32:09 -0000      1.308
+++ editor.c    27 Nov 2017 23:53:39 -0000
@@ -77,7 +77,7 @@ struct space_allocation alloc_big[] = {
        {  MEG(900),         GIG(2),   5, "/usr"        },
        {  MEG(512),         GIG(1),   3, "/usr/X11R6"  },
        { MEG(1200),        GIG(10),  15, "/usr/local"  },
-       {    GIG(1),         GIG(2),   2, "/usr/src"    },
+       { MEG(1300),         GIG(2),   2, "/usr/src"    },
        {    GIG(3),         GIG(6),   4, "/usr/obj"    },
        {    GIG(1),       GIG(300),  35, "/home"       }
        /* Anything beyond this leave for the user to decide */

Reply via email to