]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/pc-sysinstall/examples/pcinstall.cfg.rsync
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / pc-sysinstall / examples / pcinstall.cfg.rsync
1 # Sample configuration file for an installation using pc-sysinstall
2 #$FreeBSD$
3
4 installMode=fresh
5 installInteractive=yes
6 hostname=pcbsd8
7
8 # Set the disk parameters
9 disk0=ad0
10 partition=all
11 bootManager=none
12 commitDiskPart
13
14 # Setup the disk label
15 # All sizes are expressed in MB
16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17 disk0-part=UFS 2000 / 
18 disk0-part=SWAP 2000 none
19 disk0-part=UFS 0 /usr
20 # Size 0 means use the rest of the slice size
21 # Do it now!
22 commitDiskLabel
23
24 netDev=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
33 installType=FreeBSD
34 #installMedium=dvd
35 installMedium=rsync
36
37 rsyncPath=life-preserver/back-2009-11-12T14_53_14
38 rsyncUser=lifep
39 rsyncHost=192.168.0.50
40 rsyncPort=22
41
42 #packageType=uzip
43 packageType=tar
44 #installComponents=ports,src
45