Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 21:00:44 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        freebsd-qa@FreeBSD.org
Subject:   Re: bin/40656: patch: sysinstall: scripted deletion of slices
Message-ID:  <200408022100.i72L0i4o096512@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/40656; it has been noted by GNATS.

From: John Baldwin <jhb@FreeBSD.org>
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 <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
 "Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408022100.i72L0i4o096512>