From owner-freebsd-qa@FreeBSD.ORG Mon Aug 2 21:00:44 2004 Return-Path: Delivered-To: freebsd-qa@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83CB916A4CE for ; Mon, 2 Aug 2004 21:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4649243D55 for ; Mon, 2 Aug 2004 21:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i72L0iaA096513 for ; Mon, 2 Aug 2004 21:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i72L0i4o096512; Mon, 2 Aug 2004 21:00:44 GMT (envelope-from gnats) Date: Mon, 2 Aug 2004 21:00:44 GMT Message-Id: <200408022100.i72L0i4o096512@freefall.freebsd.org> To: freebsd-qa@FreeBSD.org From: John Baldwin Subject: Re: bin/40656: patch: sysinstall: scripted deletion of slices X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Baldwin List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 21:00:44 -0000 The following reply was made to PR bin/40656; it has been noted by GNATS. From: John Baldwin To: freebsd-gnats-submit@FreeBSD.org, thz@lennartz-electronic.de Cc: Subject: Re: bin/40656: patch: sysinstall: scripted deletion of slices Date: Mon, 2 Aug 2004 14:50:23 -0400 Where I work I use install scripts to install onto a disk and have no problem overwriting disks with existing fdisk(8) tables. This is an excerpt of what I use: # setup a FreeBSD slice disk=ad0 partition=all bootManager=standard #diskInteractive=yes diskPartitionEditor # setup partitions in the slice # 512mb / # 1gb swap # 2gb /tmp # 2gb /var # 60gb /usr # rest /media #rootSize=512 #tmpSize=2048 #varSize=2048 ad0s1-1=ufs 1048576 / ad0s1-2=swap 2079832 / ad0s1-3=ufs 4194304 /tmp 1 ad0s1-4=ufs 4194304 /var 1 ad0s1-5=ufs 125829120 /usr 1 ad0s1-6=ufs 0 /media 1 diskLabelEditor -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org