]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/pc-sysinstall/examples/pcinstall.cfg.gmirror
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / pc-sysinstall / examples / pcinstall.cfg.gmirror
1 # Sample configuration file for an installation using pc-sysinstall
2 #$FreeBSD$
3
4 installMode=fresh
5 installInteractive=yes
6 hostname=pcbsd8
7
8 # Set the disk parameters
9 disk0=ad0
10 mirror=ad1
11 mirrorbal=split
12 partition=all
13 bootManager=bsd
14 commitDiskPart
15
16 # Setup the disk label
17 # All sizes are expressed in MB
18 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
19 disk0-part=UFS+S 500 / 
20 disk0-part=SWAP 2000 none
21 disk0-part=UFS+S 0 /usr
22 # Size 0 means use the rest of the slice size
23 # Do it now!
24 commitDiskLabel
25
26 # Set if we are installing via optical, USB, or FTP
27 installType=FreeBSD
28 installMedium=dvd
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 #autoLoginUser=kris
40
41 # Options for localizing an install
42 localizeLang="ru"
43 localizeKeyLayout="ru"
44 localizeKeyModel="pc104"
45 localizeKeyVariant="intl"