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
10209513Simpmirror=ad1
11209513Simpmirrorbal=split
12209513Simppartition=all
13209513SimpbootManager=bsd
14209513SimpcommitDiskPart
15209513Simp
16209513Simp# Setup the disk label
17209513Simp# All sizes are expressed in MB
18209513Simp# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
19209513Simpdisk0-part=UFS+S 500 / 
20209513Simpdisk0-part=SWAP 2000 none
21209513Simpdisk0-part=UFS+S 0 /usr
22209513Simp# Size 0 means use the rest of the slice size
23209513Simp# Do it now!
24209513SimpcommitDiskLabel
25209513Simp
26209513Simp# Set if we are installing via optical, USB, or FTP
27209513SimpinstallType=FreeBSD
28209513SimpinstallMedium=dvd
29209513Simp
30209513Simp#packageType=uzip
31209513SimppackageType=tar
32209513Simp#installComponents=ports,src
33209513Simp
34209513Simp# Run any commands post-install
35209513SimprunCommand=echo 'root' | pw usermod root -h 0
36209513Simp#runScript=/root/test.sh
37209513Simp#runExtCommand=echo 'hey there'; touch $FSMNT/touched
38209513Simp
39209513Simp#autoLoginUser=kris
40209513Simp
41209513Simp# Options for localizing an install
42209513SimplocalizeLang="ru"
43209513SimplocalizeKeyLayout="ru"
44209513SimplocalizeKeyModel="pc104"
45209513SimplocalizeKeyVariant="intl"
46