Increase minimum size for /usr/obj partition to 5 Gig. This allows
authorbluhm <bluhm@openbsd.org>
Tue, 18 Sep 2018 13:53:09 +0000 (13:53 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 18 Sep 2018 13:53:09 +0000 (13:53 +0000)
to run make build and make regress after a default install.
OK deraadt@

sbin/disklabel/editor.c

index b669a1d..28dc532 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: editor.c,v 1.349 2018/09/11 09:13:19 krw Exp $        */
+/*     $OpenBSD: editor.c,v 1.350 2018/09/18 13:53:09 bluhm Exp $      */
 
 /*
  * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -90,7 +90,7 @@ struct space_allocation alloc_big[] = {
        {  MEG(384),         GIG(1),   3, "/usr/X11R6"  },
        {    GIG(1),        GIG(10),  15, "/usr/local"  },
        { MEG(1300),         GIG(2),   2, "/usr/src"    },
-       {    GIG(3),         GIG(6),   4, "/usr/obj"    },
+       {    GIG(5),         GIG(6),   4, "/usr/obj"    },
        {    GIG(1),       GIG(300),  35, "/home"       }
        /* Anything beyond this leave for the user to decide */
 };