mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
25 lines
572 B
Plaintext
25 lines
572 B
Plaintext
# Sample configuration file for an installation using pc-sysinstall
|
|
#$FreeBSD: src/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.upgrade,v 1.1 2010/06/24 22:21:47 imp Exp $
|
|
|
|
installMode=upgrade
|
|
installInteractive=no
|
|
hostname=freebsd8
|
|
|
|
# Set the disk parameters
|
|
disk0=ada0s1a
|
|
bootManager=none
|
|
commitDiskPart
|
|
|
|
# Set if we are installing via optical, USB, or FTP
|
|
installType=PCBSD
|
|
installMedium=dvd
|
|
|
|
packageType=uzip
|
|
#installComponents=ports,src
|
|
|
|
# Options for localizing an install
|
|
localizeLang="ru"
|
|
localizeKeyLayout="ru"
|
|
localizeKeyModel="pc104"
|
|
localizeKeyVariant="intl"
|