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
49# List our components to install
50installComponents=ports,src
51
52# Setup user "kris" to log into the desktop automatically
53autoLoginUser=kris
54
55# Set the root pass
56rootPass=root
57
58# Setup our users
59userName=kris
60userComment=Kris Moore
61userPass=kris
62userShell=/bin/csh
63userHome=/home/kris
64userGroups=wheel,operator
65commitUser
66
67# Options for localizing an install
68localizeLang="ru"
69localizeKeyLayout="ru"
70localizeKeyModel="pc104"
71localizeKeyVariant="intl"
72