1
|
# Auto-Generated pc-sysinstall configuration
|
2
|
#$FreeBSD: src/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs,v 1.1 2010/06/24 22:21:47 imp Exp $
|
3
|
installInteractive=no
|
4
|
installMode=fresh
|
5
|
installType=FreeBSD
|
6
|
packageType=tar
|
7
|
installMedium=dvd
|
8
|
netSaveDev=AUTO-DHCP
|
9
|
|
10
|
# Timezone
|
11
|
timeZone=America/New_York
|
12
|
enableNTP=yes
|
13
|
|
14
|
# Keyboard Layout Options
|
15
|
localizeKeyModel=pc104
|
16
|
localizeKeyLayout=us
|
17
|
|
18
|
# Disk Setup for ad0
|
19
|
disk0=ad0
|
20
|
partition=ALL
|
21
|
bootManager=none
|
22
|
commitDiskPart
|
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
|
28
|
disk0-part=ZFS 0 /,/usr,/var,/data (mirror: ad1)
|
29
|
commitDiskLabel
|
30
|
|
31
|
# Disk Setup for ad3
|
32
|
disk1=ad3
|
33
|
partition=ALL
|
34
|
bootManager=none
|
35
|
commitDiskPart
|
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
|
41
|
disk1-part=SWAP 0 none
|
42
|
commitDiskLabel
|
43
|
|
44
|
# Optional Components
|
45
|
installComponents=
|
46
|
|
47
|
# Root Password
|
48
|
rootPass=mypass
|
49
|
|
50
|
# Users
|
51
|
userName=kris
|
52
|
userComment=Kris Moore
|
53
|
userPass=mypass
|
54
|
userShell=/bin/csh
|
55
|
userHome=/home/kris
|
56
|
userGroups=wheel,operator
|
57
|
autoLoginUser=kris
|
58
|
commitUser
|
59
|
|