xref: /NextBSD/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.gmirror (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
1# Sample configuration file for an installation using pc-sysinstall
2#$FreeBSD$
3
4installMode=fresh
5installInteractive=yes
6hostname=pcbsd8
7
8# Set the disk parameters
9disk0=ad0
10mirror=ad1
11mirrorbal=split
12partition=all
13bootManager=bsd
14commitDiskPart
15
16# Setup the disk label
17# All sizes are expressed in MB
18# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
19disk0-part=UFS+S 500 /
20disk0-part=SWAP 2000 none
21disk0-part=UFS+S 0 /usr
22# Size 0 means use the rest of the slice size
23# Do it now!
24commitDiskLabel
25
26# Set if we are installing via optical, USB, or FTP
27installType=FreeBSD
28installMedium=dvd
29
30#packageType=uzip
31packageType=tar
32#installComponents=ports,src
33
34# Run any commands post-install
35runCommand=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
42localizeLang="ru"
43localizeKeyLayout="ru"
44localizeKeyModel="pc104"
45localizeKeyVariant="intl"
46