1# Sample configuration file for an installation using pc-sysinstall
2#$FreeBSD$
3
4installMode=fresh
5installInteractive=no
6hostname=freebsd8
7
8# Set the disk parameters
9disk0=ad1
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
17# UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
18disk0-part=UFS+S 500 /
19disk0-part=SWAP.eli 2000 none
20disk0-part=UFS+S 0 /usr
21# Size 0 means use the rest of the slice size
22# Do it now!
23commitDiskLabel
24
25# Set if we are installing via optical, USB, or FTP
26installType=FreeBSD
27installMedium=dvd
28installFile=freebsd-release.tbz
29
30#packageType=uzip
31packageType=tar
32#installComponents=ports,src
33
34# Run any commands post-install
35#runCommand=echo 'root' | pw usermod root -h 0
36#runScript=/root/test.sh
37#runExtCommand=echo 'hey there'; touch $FSMNT/touched
38
39# Set the root pass
40rootPass=root
41
42# Setup our users
43userName=kris
44userComment=Kris Moore
45userPass=kris
46userShell=/bin/csh
47userHome=/home/kris
48userGroups=wheel,operator
49commitUser
50
51#autoLoginUser=kris
52
53# Options for localizing an install
54localizeLang="ru"
55localizeKeyLayout="ru"
56localizeKeyModel="pc104"
57localizeKeyVariant="intl"
58