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 1000 / 
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
31netSaveDev=AUTO-DHCP
32#netSaveDev=nfe0
33#netSaveIP=192.168.0.49
34#netSaveMask=255.255.255.0
35#netSaveNameServer=208.67.222.222
36#netSaveDefaultRouter=192.168.0.1
37
38# Set if we are installing via optical, USB, or FTP
39#installType=PCBSD
40installType=FreeBSD
41#installMedium=dvd
42installMedium=ftp
43
44ftpPath=ftp://192.168.0.2/netinstall
45
46#packageType=uzip
47packageType=tar
48#installComponents=ports,src
49
50#autoLoginUser=kris
51
52# Set the root pass
53rootPass=root
54
55# Setup our users
56userName=kris
57userComment=Kris Moore
58userPass=kris
59userShell=/bin/csh
60userHome=/home/kris
61userGroups=wheel,operator
62commitUser
63
64# Options for localizing an install
65localizeLang="ru"
66localizeKeyLayout="ru"
67localizeKeyModel="pc104"
68localizeKeyVariant="intl"
69