Re: bin/40656: patch: sysinstall: scripted deletion of slices

John Baldwin <[email protected]>
Newsgroups gmane.os.freebsd.devel.quality-assurance
Message-ID <[email protected]>
The following reply was made to PR bin/40656; it has been noted by GNATS.

From: John Baldwin <[email protected]>
To: [email protected], [email protected]
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 <[email protected]>  <><  http://www.FreeBSD.org/~jhb/
 "Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-qa
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.