From: bluhm Date: Tue, 18 Sep 2018 13:53:09 +0000 (+0000) Subject: Increase minimum size for /usr/obj partition to 5 Gig. This allows X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d6b9791fc30d6494cb28c5c8003819ec400d30f0;p=openbsd Increase minimum size for /usr/obj partition to 5 Gig. This allows to run make build and make regress after a default install. OK deraadt@ --- diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index b669a1df40f..28dc5329492 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -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 @@ -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 */ };