Adding pfSense UFS example

This commit is contained in:
Scott Ullrich 2010-05-23 00:40:52 -04:00
parent 58a8852c6e
commit 0d1ee87f13
2 changed files with 30 additions and 1 deletions

View File

@ -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

View File

@ -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