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