1209513Simp# Sample configuration file for an installation using pc-sysinstall
2209513Simp#$FreeBSD$
3209513Simp
4209513SimpinstallMode=fresh
5209513SimpinstallInteractive=yes
6209513Simphostname=pcbsd8
7209513Simp
8209513Simp# Set the disk parameters
9209513Simpdisk0=ad0
10209513Simppartition=all
11209513SimpbootManager=none
12209513SimpcommitDiskPart
13209513Simp
14209513Simp# Setup the disk label
15209513Simp# All sizes are expressed in MB
16209513Simp# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17209513Simpdisk0-part=UFS 1000 / 
18209513Simpdisk0-part=SWAP 2000 none
19209513Simpdisk0-part=UFS 0 /usr
20209513Simp# Size 0 means use the rest of the slice size
21209513Simp# Do it now!
22209513SimpcommitDiskLabel
23209513Simp
24209513SimpnetDev=AUTO-DHCP
25209513Simp#netDev=nfe0
26209513Simp#netIP=192.168.0.49
27209513Simp#netMask=255.255.255.0
28209513Simp#netNameServer=208.67.222.222
29209513Simp#netDefaultRouter=192.168.0.1
30209513Simp
31209513SimpnetSaveDev=AUTO-DHCP
32209513Simp#netSaveDev=nfe0
33209513Simp#netSaveIP=192.168.0.49
34209513Simp#netSaveMask=255.255.255.0
35209513Simp#netSaveNameServer=208.67.222.222
36209513Simp#netSaveDefaultRouter=192.168.0.1
37209513Simp
38209513Simp# Set if we are installing via optical, USB, or FTP
39209513Simp#installType=PCBSD
40209513SimpinstallType=FreeBSD
41209513Simp#installMedium=dvd
42209513SimpinstallMedium=ftp
43209513Simp
44209513SimpftpPath=ftp://192.168.0.2/netinstall
45209513Simp
46209513Simp#packageType=uzip
47209513SimppackageType=tar
48209513Simp
49209513Simp# List our components to install
50209513SimpinstallComponents=ports,src
51209513Simp
52209513Simp# Setup user "kris" to log into the desktop automatically
53209513SimpautoLoginUser=kris
54209513Simp
55209513Simp# Set the root pass
56209513SimprootPass=root
57209513Simp
58209513Simp# Setup our users
59209513SimpuserName=kris
60209513SimpuserComment=Kris Moore
61209513SimpuserPass=kris
62209513SimpuserShell=/bin/csh
63209513SimpuserHome=/home/kris
64209513SimpuserGroups=wheel,operator
65209513SimpcommitUser
66209513Simp
67209513Simp# Options for localizing an install
68209513SimplocalizeLang="ru"
69209513SimplocalizeKeyLayout="ru"
70209513SimplocalizeKeyModel="pc104"
71209513SimplocalizeKeyVariant="intl"
72