From owner-cvs-all Sun Dec 9 1:47:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EF9C37B417; Sun, 9 Dec 2001 01:47:10 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB99lAt24446; Sun, 9 Dec 2001 01:47:10 -0800 (PST) (envelope-from dillon) Message-Id: <200112090947.fB99lAt24446@freefall.freebsd.org> From: Matt Dillon Date: Sun, 9 Dec 2001 01:47:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c label.c sysinstall.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/12/09 01:47:10 PST Modified files: usr.sbin/sysinstall install.c label.c sysinstall.h Log: Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonable defaults both in regards to the size of the partitions that are created and in regards to safety and functional separation. Still TODO: extend the previous partition to cover a deleted partition if the previous partiton was auto-created, and supply some sort of solution for /tmp. Reviewed by: Just about everyone Approved by: Nobody except maybe my pet mouse fred Obtained from: God, so complain to HIM MFC after: 1 week Revision Changes Path 1.312 +53 -9 src/usr.sbin/sysinstall/install.c 1.111 +245 -114 src/usr.sbin/sysinstall/label.c 1.220 +5 -1 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message