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