From owner-cvs-src-old@FreeBSD.ORG Sat Aug 7 12:18:56 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5E8A1065674 for ; Sat, 7 Aug 2010 12:18:56 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3F5A8FC15 for ; Sat, 7 Aug 2010 12:18:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o77CIu8P078785 for ; Sat, 7 Aug 2010 12:18:56 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o77CIu5v078784 for cvs-src-old@freebsd.org; Sat, 7 Aug 2010 12:18:56 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201008071218.o77CIu5v078784@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sat, 7 Aug 2010 12:18:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/sysinstall label.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2010 12:18:56 -0000 brucec 2010-08-07 12:18:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/sysinstall label.c Log: SVN rev 211007 on 2010-08-07 12:18:36Z by brucec MFC r209764: Increase the default and minimum partition sizes. Bump / to 1GB, /var to 4GB and /tmp to 1GB. A 512MB root partition is now too small to hold two kernels, so to prevent installkernel failing 1GB is a better default. Likewise, applications are storing more data in /var so 4GB is more reasonable on a modern machine. The previous minimum partition sizes were too small to hold a minimal installation, and have been adjusted accordingly. Approved by: rrs (mentor) Revision Changes Path 1.158.2.4 +7 -7 src/usr.sbin/sysinstall/label.c