diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-05-23 00:28:28 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-05-23 00:28:28 -0400 |
commit | b552874a85510824082754564f314ffd5f394966 (patch) | |
tree | 7e4ab239c147c152194b766dd03f4c062f4fb132 /PCBSD/pc-sysinstall | |
parent | 8f8e443426076c2cfcf20deeed4af6ef6e6a3a2d (diff) | |
download | pfsense-b552874a85510824082754564f314ffd5f394966.zip pfsense-b552874a85510824082754564f314ffd5f394966.tar.gz |
Correct example
Diffstat (limited to 'PCBSD/pc-sysinstall')
-rw-r--r-- | PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs index 57b25b1..6f4a910 100644 --- a/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs +++ b/PCBSD/pc-sysinstall/examples/pfSense.cfg.zfs @@ -17,7 +17,7 @@ partition=ALL bootManager=none commitDiskPart -# Partition Setup for ad0(ALL) +# Partition Setup for da0(ALL) # 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 @@ -30,6 +30,13 @@ partition=ALL bootManager=none commitDiskPart +# Partition Setup for da2(ALL) +# 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 +disk1-part=SWAP 0 none +commitDiskLabel + # Optional Components installComponents=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var |