1
|
# Sample configuration file for an installation using pc-sysinstall
|
2
|
#$FreeBSD: src/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.upgrade,v 1.1 2010/06/24 22:21:47 imp Exp $
|
3
|
|
4
|
installMode=upgrade
|
5
|
installInteractive=no
|
6
|
hostname=freebsd8
|
7
|
|
8
|
# Set the disk parameters
|
9
|
disk0=ada0s1a
|
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
|
#installComponents=ports,src
|
19
|
|
20
|
# Options for localizing an install
|
21
|
localizeLang="ru"
|
22
|
localizeKeyLayout="ru"
|
23
|
localizeKeyModel="pc104"
|
24
|
localizeKeyVariant="intl"
|