]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/pc-sysinstall/examples/pcinstall.cfg.geli
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / pc-sysinstall / examples / pcinstall.cfg.geli
1 # Auto-Generated pc-sysinstall configuration
2 #$FreeBSD$
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