1# Auto-Generated pc-sysinstall configuration
2#$FreeBSD: releng/11.0/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs 209513 2010-06-24 22:21:47Z imp $
3installInteractive=no
4installMode=fresh
5installType=FreeBSD
6packageType=tar
7installMedium=dvd
8netSaveDev=AUTO-DHCP
9
10# Timezone
11timeZone=America/New_York
12enableNTP=yes
13
14# Keyboard Layout Options
15localizeKeyModel=pc104
16localizeKeyLayout=us
17 
18# Disk Setup for ad0
19disk0=ad0
20partition=ALL
21bootManager=none
22commitDiskPart
23
24# Partition Setup for ad0(ALL)
25# All sizes are expressed in MB
26# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
27# UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
28disk0-part=ZFS 0 /,/usr,/var,/data (mirror: ad1)
29commitDiskLabel
30
31# Disk Setup for ad3
32disk1=ad3
33partition=ALL
34bootManager=none
35commitDiskPart
36
37# Partition Setup for ad3(ALL)
38# All sizes are expressed in MB
39# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
40# UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
41disk1-part=SWAP 0 none
42commitDiskLabel
43
44# Optional Components
45installComponents=
46
47# Root Password
48rootPass=mypass
49
50# Users
51userName=kris
52userComment=Kris Moore
53userPass=mypass
54userShell=/bin/csh
55userHome=/home/kris
56userGroups=wheel,operator
57autoLoginUser=kris
58commitUser
59
60