summaryrefslogtreecommitdiffstats
path: root/PCBSD/pc-sysinstall/examples/pfSense.cfg
blob: 70c7904ab9a54f0f8e833515a0d9248ae672147b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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

OpenPOWER on IntegriCloud