summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/examples/.svn/text-base/pcinstall.cfg.upgrade.svn-base
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-22 20:43:01 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-22 20:43:01 -0400
commitff161129ab87735eccc2ffba61db977ff4d4cd8c (patch)
treec7b2ba2de39bc4e398b0a93c1b666a485b9f5daa /PCBSD/pc-sysinstall/examples/.svn/text-base/pcinstall.cfg.upgrade.svn-base
parent4e9203174a2172e2321839b1a59bcbde0ebf8f24 (diff)
downloadpfsense-ff161129ab87735eccc2ffba61db977ff4d4cd8c.zip
pfsense-ff161129ab87735eccc2ffba61db977ff4d4cd8c.tar.gz
Adding pc-sysinstall so that I can start experimenting with a php based installer. This is necssary because PCBSD must live in the root of the disk and there is no way to include it in a unionfs. By default it will not be copied to a new hard disk installation.
Diffstat (limited to 'PCBSD/pc-sysinstall/examples/.svn/text-base/pcinstall.cfg.upgrade.svn-base')
-rw-r--r--PCBSD/pc-sysinstall/examples/.svn/text-base/pcinstall.cfg.upgrade.svn-base27
1 files changed, 27 insertions, 0 deletions
diff --git a/PCBSD/pc-sysinstall/examples/.svn/text-base/pcinstall.cfg.upgrade.svn-base b/PCBSD/pc-sysinstall/examples/.svn/text-base/pcinstall.cfg.upgrade.svn-base
new file mode 100644
index 0000000..7992d4c
--- /dev/null
+++ b/PCBSD/pc-sysinstall/examples/.svn/text-base/pcinstall.cfg.upgrade.svn-base
@@ -0,0 +1,27 @@
+# Sample configuration file for an installation using pc-sysinstall
+
+installMode=upgrade
+installInteractive=no
+hostname=freebsd8
+
+# Set the disk parameters
+disk0=ad1
+partition=s1
+bootManager=none
+commitDiskPart
+
+# Set if we are installing via optical, USB, or FTP
+installType=PCBSD
+installMedium=dvd
+
+#packageType=uzip
+packageType=tar
+#installComponents=ports,src
+
+#autoLoginUser=kris
+
+# Options for localizing an install
+localizeLang="ru"
+localizeKeyLayout="ru"
+localizeKeyModel="pc104"
+localizeKeyVariant="intl"
OpenPOWER on IntegriCloud