From owner-cvs-all Sun Dec 9 15:40: 6 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 4D84437B416; Sun, 9 Dec 2001 15:40:02 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB9Ne2280826; Sun, 9 Dec 2001 15:40:02 -0800 (PST) (envelope-from dillon) Message-Id: <200112092340.fB9Ne2280826@freefall.freebsd.org> From: Matt Dillon Date: Sun, 9 Dec 2001 15:40:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk chunk.c libdisk.h src/usr.sbin/sysinstall install.c label.c 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 15:40:02 PST Modified files: lib/libdisk chunk.c libdisk.h usr.sbin/sysinstall install.c label.c Log: Add auto-fill-on-delete. When deleting an 'A'uto created partition sysinstall will automatically expand the previous partition to take up the freed up space. So you can 'D'elete /home and /usr will get the combined space, or you can 'D'elete /tmp and /var will get the combined space. This gives the user, developer, or lay person a huge amount of flexibility in constructing partitions from an 'A'uto base. It takes only 3 or 4 keystrokes to achieve virtually any combination of having or not having a /tmp and/or /home after doing an 'A'uto create. Change 'A'uto creation of /var/tmp to 'A'uto creation /tmp, which should be less controversial. MFC after: 6 days Revision Changes Path 1.29 +13 -2 src/lib/libdisk/chunk.c 1.40 +26 -16 src/lib/libdisk/libdisk.h 1.313 +12 -12 src/usr.sbin/sysinstall/install.c 1.112 +35 -21 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message