1
|
# Sample configuration file for an installation using pc-sysinstall
|
2
|
|
3
|
installMode=upgrade
|
4
|
installInteractive=no
|
5
|
hostname=freebsd8
|
6
|
|
7
|
# Set the disk parameters
|
8
|
disk0=ad1
|
9
|
partition=s1
|
10
|
bootManager=none
|
11
|
commitDiskPart
|
12
|
|
13
|
# Set if we are installing via optical, USB, or FTP
|
14
|
installType=PCBSD
|
15
|
installMedium=dvd
|
16
|
|
17
|
#packageType=uzip
|
18
|
packageType=tar
|
19
|
#installComponents=ports,src
|
20
|
|
21
|
#autoLoginUser=kris
|
22
|
|
23
|
# Options for localizing an install
|
24
|
localizeLang="ru"
|
25
|
localizeKeyLayout="ru"
|
26
|
localizeKeyModel="pc104"
|
27
|
localizeKeyVariant="intl"
|