Project

General

Profile

Download (969 Bytes) Statistics
| Branch: | Tag: | Revision:
1
# Auto-Generated pc-sysinstall configuration
2
#$FreeBSD: src/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.geli,v 1.1 2010/06/24 22:21:47 imp Exp $
3

    
4
installInteractive=no
5
installMode=fresh
6
installType=FreeBSD
7
packageType=tar
8
installMedium=dvd
9
netSaveDev=AUTO-DHCP
10

    
11
# Timezone
12
timeZone=America/New_York
13
enableNTP=yes
14

    
15
# Keyboard Layout Options
16
localizeKeyModel=pc104
17
localizeKeyLayout=us
18
 
19
# Disk Setup for ad0
20
disk0=ad0
21
partition=ALL
22
bootManager=none
23
commitDiskPart
24

    
25
# Partition Setup for ad0(ALL)
26
# All sizes are expressed in MB
27
# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
28
# UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
29
disk0-part=UFS 500 /boot
30
disk0-part=UFS.eli 500 /
31
disk0-part=UFS.eli 500 /usr
32
encpass=mypass
33
commitDiskLabel
34

    
35
# Optional Components
36
installComponents=
37

    
38
# Root Password
39
rootPass=mypass
40

    
41
# Users
42
userName=kris
43
userComment=Kris Moore
44
userPass=mypass
45
userShell=/bin/csh
46
userHome=/home/kris
47
userGroups=wheel,operator
48
autoLoginUser=kris
49
commitUser
50

    
(5-5/13)