From owner-cvs-all Sun Jan 6 23:51:36 2002 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 3B76D37B41D; Sun, 6 Jan 2002 23:51:24 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g077pOs51981; Sun, 6 Jan 2002 23:51:24 -0800 (PST) (envelope-from dillon) Message-Id: <200201070751.g077pOs51981@freefall.freebsd.org> From: Matt Dillon Date: Sun, 6 Jan 2002 23:51:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall 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 2002/01/06 23:51:24 PST Modified files: usr.sbin/sysinstall label.c Log: Add 'R'ecover option that deletes a partition and attempts to recover its space into the previous partition. Revert 'D'elete to not attempt to recover any space. Do not auto-create /home as per release engineers decision (though I think this is a mistake). However, all of this code will be replaced later on anyway either with Jordan's stuff or with some other sort of templater, so it isn't a big deal. Revision Changes Path 1.115 +14 -3 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message