mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
32 lines
805 B
INI
32 lines
805 B
INI
# Sample configuration file for an installation using pc-sysinstall
|
|
|
|
installMode=fresh
|
|
installInteractive=yes
|
|
installType=FreeBSD
|
|
installMedium=LiveCD
|
|
|
|
# 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=SWAP 500 none
|
|
disk1-part=UFS+S 0 /
|
|
# Do it now!
|
|
commitDiskLabel
|
|
|
|
# Set if we are installing via optical, USB, or FTP
|
|
installType=FreeBSD
|
|
|
|
packageType=cpdup
|
|
|
|
# Optional Components
|
|
cpdupPaths=boot,COPYRIGHT,bin,conf,conf.default,dev,etc,home,kernels,libexec,lib,root,sbin,sys,usr,var
|
|
|
|
runExtCommand=chmod a+rx /usr/local/bin/after_installation_routines.sh && cd / && /usr/local/bin/after_installation_routines.sh
|