summaryrefslogtreecommitdiffstats
path: root/usr/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 22:35:51 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 22:35:51 -0400
commit2b69de496b4eb48e80c0756cfd32abffdc169ccc (patch)
tree265c781db36d48507abba5e1eeef53ffbd632af1 /usr/sbin
parent8548648e4b406f5356fdba1dd9d64a2a80364568 (diff)
downloadpfsense-2b69de496b4eb48e80c0756cfd32abffdc169ccc.zip
pfsense-2b69de496b4eb48e80c0756cfd32abffdc169ccc.tar.gz
Allow swap spaces and default to 200M
Diffstat (limited to 'usr/sbin')
-rw-r--r--usr/sbin/pc-sysinstall/examples/pfSense.cfg3
-rw-r--r--usr/sbin/pc-sysinstall/examples/pfSense.cfg.zfs4
2 files changed, 5 insertions, 2 deletions
diff --git a/usr/sbin/pc-sysinstall/examples/pfSense.cfg b/usr/sbin/pc-sysinstall/examples/pfSense.cfg
index 9cb6d6b..d042954 100644
--- a/usr/sbin/pc-sysinstall/examples/pfSense.cfg
+++ b/usr/sbin/pc-sysinstall/examples/pfSense.cfg
@@ -15,7 +15,8 @@ commitDiskPart
# 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 /
+disk0-part=SWAP 500 none
+disk1-part=UFS+S 0 /
# Do it now!
commitDiskLabel
diff --git a/usr/sbin/pc-sysinstall/examples/pfSense.cfg.zfs b/usr/sbin/pc-sysinstall/examples/pfSense.cfg.zfs
index 5976cb5..c895206 100644
--- a/usr/sbin/pc-sysinstall/examples/pfSense.cfg.zfs
+++ b/usr/sbin/pc-sysinstall/examples/pfSense.cfg.zfs
@@ -22,7 +22,9 @@ 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 / (mirror: da2)
+disk0-part=SWAP 500 none
+disk1-part=ZFS+S 0 /
+
commitDiskLabel
# Disk Setup for da2
OpenPOWER on IntegriCloud