root/PCBSD/pc-sysinstall/examples/pfSense.cfg @ 14cf5bf4
1 |
# Sample configuration file for an installation using pc-sysinstall |
---|---|
2 |
|
3 |
installMode=fresh |
4 |
installInteractive=yes |
5 |
installType=FreeBSD |
6 |
installMedium=LiveCD |
7 |
|
8 |
# Set the disk parameters |
9 |
disk0=ad0 |
10 |
partition=all |
11 |
bootManager=bsd |
12 |
commitDiskPart |
13 |
|
14 |
# Setup the disk label |
15 |
# All sizes are expressed in MB |
16 |
# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP |
17 |
# Size 0 means use the rest of the slice size |
18 |
disk0-part=UFS+S 0 / |
19 |
# Do it now! |
20 |
commitDiskLabel |
21 |
|
22 |
# Set if we are installing via optical, USB, or FTP |
23 |
installType=FreeBSD |
24 |
|
25 |
packageType=cpdup |
26 |
|
27 |
# Optional Components |
28 |
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var |
29 |
|
30 |
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh |