]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/pc-sysinstall/examples/pcinstall.cfg.restore
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / pc-sysinstall / examples / pcinstall.cfg.restore
1 # Sample configuration file for an installation using pc-sysinstall
2 #$FreeBSD$
3
4 installMode=fresh
5 installInteractive=no
6 hostname=freebsd8
7
8 # Set the disk parameters
9 disk0=ad1
10 partition=all
11 bootManager=none
12 commitDiskPart
13
14 # Setup the disk label
15 # All sizes are expressed in MB
16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
18 disk0-part=UFS+S 500 /
19 disk0-part=SWAP.eli 2000 none
20 disk0-part=UFS+S 0 /usr
21 # Size 0 means use the rest of the slice size
22 # Do it now!
23 commitDiskLabel
24
25 # Set if we are installing via optical, USB, or FTP
26 installType=FreeBSD
27 installMedium=dvd
28 installFile=freebsd-release.tbz
29
30 #packageType=uzip
31 packageType=tar
32 #installComponents=ports,src
33
34 # Run any commands post-install
35 #runCommand=echo 'root' | pw usermod root -h 0
36 #runScript=/root/test.sh
37 #runExtCommand=echo 'hey there'; touch $FSMNT/touched
38
39 # Set the root pass
40 rootPass=root
41
42 # Setup our users
43 userName=kris
44 userComment=Kris Moore
45 userPass=kris
46 userShell=/bin/csh
47 userHome=/home/kris
48 userGroups=wheel,operator
49 commitUser
50
51 #autoLoginUser=kris
52
53 # Options for localizing an install
54 localizeLang="ru"
55 localizeKeyLayout="ru"
56 localizeKeyModel="pc104"
57 localizeKeyVariant="intl"