summaryrefslogtreecommitdiffstats
path: root/usr/sbin/pc-sysinstall/examples/pfSense.cfg
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 21:12:05 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 21:12:05 -0400
commit5a69cb0659dae2bfb481c31a6c57ff4f829225ac (patch)
tree00f6cf60aa9c11a0972c1f970abc7e0edad5e40d /usr/sbin/pc-sysinstall/examples/pfSense.cfg
parent3fcc3999dacb8e92d22fa68922a0cb07141c481d (diff)
downloadpfsense-5a69cb0659dae2bfb481c31a6c57ff4f829225ac.zip
pfsense-5a69cb0659dae2bfb481c31a6c57ff4f829225ac.tar.gz
Sync pc-sysinstall with FreeBSD-CURRENT and remove old /PCBSD version. Change installer.php to match new path
Diffstat (limited to 'usr/sbin/pc-sysinstall/examples/pfSense.cfg')
-rw-r--r--usr/sbin/pc-sysinstall/examples/pfSense.cfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/usr/sbin/pc-sysinstall/examples/pfSense.cfg b/usr/sbin/pc-sysinstall/examples/pfSense.cfg
new file mode 100644
index 0000000..9cb6d6b
--- /dev/null
+++ b/usr/sbin/pc-sysinstall/examples/pfSense.cfg
@@ -0,0 +1,30 @@
+# Sample configuration file for an installation using pc-sysinstall
+
+installMode=fresh
+installInteractive=yes
+installType=FreeBSD
+installMedium=LiveCD
+
+# Set the disk parameters
+disk0=ad0
+partition=all
+bootManager=bsd
+commitDiskPart
+
+# Setup the disk label
+# All sizes are expressed in MB
+# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
+# Size 0 means use the rest of the slice size
+disk0-part=UFS+S 0 /
+# Do it now!
+commitDiskLabel
+
+# Set if we are installing via optical, USB, or FTP
+installType=FreeBSD
+
+packageType=cpdup
+
+# Optional Components
+cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
+
+runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
OpenPOWER on IntegriCloud