1# Sample configuration file for an installation using pc-sysinstall
2#$FreeBSD$
3
4installMode=fresh
5installInteractive=yes
6hostname=pcbsd8
7
8# Set the disk parameters
9disk0=ad0
10partition=all
11bootManager=none
12commitDiskPart
13
14# Setup the disk label
15# All sizes are expressed in MB
16# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17disk0-part=UFS 2000 / 
18disk0-part=SWAP 2000 none
19disk0-part=UFS 0 /usr
20# Size 0 means use the rest of the slice size
21# Do it now!
22commitDiskLabel
23
24netDev=AUTO-DHCP
25#netDev=nfe0
26#netIP=192.168.0.49
27#netMask=255.255.255.0
28#netNameServer=208.67.222.222
29#netDefaultRouter=192.168.0.1
30
31# Set if we are installing via optical, USB, or FTP
32#installType=PCBSD
33installType=FreeBSD
34#installMedium=dvd
35installMedium=rsync
36
37rsyncPath=life-preserver/back-2009-11-12T14_53_14
38rsyncUser=lifep
39rsyncHost=192.168.0.50
40rsyncPort=22
41
42#packageType=uzip
43packageType=tar
44#installComponents=ports,src
45
46