summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-23 00:40:52 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-23 00:40:52 -0400
commit0d1ee87f137c7c2cfa05ae983ff68e7da380c8b1 (patch)
tree7555258ac715339e7b52f8f223735c3a49d495cb /PCBSD/pc-sysinstall
parent58a8852c6e7da710864559e5e1d70f7eaafac863 (diff)
downloadpfsense-0d1ee87f137c7c2cfa05ae983ff68e7da380c8b1.zip
pfsense-0d1ee87f137c7c2cfa05ae983ff68e7da380c8b1.tar.gz
Adding pfSense UFS example
Diffstat (limited to 'PCBSD/pc-sysinstall')
-rw-r--r--PCBSD/pc-sysinstall/examples/pfSense.cfg29
-rw-r--r--PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs2
2 files changed, 30 insertions, 1 deletions
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg b/PCBSD/pc-sysinstall/examples/pfSense.cfg
new file mode 100644
index 0000000..70c7904
--- /dev/null
+++ b/PCBSD/pc-sysinstall/examples/pfSense.cfg
@@ -0,0 +1,29 @@
+# Sample configuration file for an installation using pc-sysinstall
+
+installMode=fresh
+installInteractive=yes
+
+# 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
+installComponents=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
+
+runCommand=/usr/local/bin/after_installation_routines.sh
+
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
index bccc6bd..3586b4e 100644
--- a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
+++ b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs
@@ -21,7 +21,7 @@ commitDiskPart
# All sizes are expressed in MB
# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
# UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
-disk0-part=ZFS 0 /,/usr,/var,/data (mirror: da2)
+disk0-part=ZFS 0 / (mirror: da2)
commitDiskLabel
# Disk Setup for da2
OpenPOWER on IntegriCloud