mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
# Auto-Generated pc-sysinstall configuration
|
|
#$FreeBSD: src/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs,v 1.1 2010/06/24 22:21:47 imp Exp $
|
|
installInteractive=no
|
|
installMode=fresh
|
|
installType=FreeBSD
|
|
packageType=tar
|
|
installMedium=dvd
|
|
netSaveDev=AUTO-DHCP
|
|
|
|
# Timezone
|
|
timeZone=America/New_York
|
|
enableNTP=yes
|
|
|
|
# Keyboard Layout Options
|
|
localizeKeyModel=pc104
|
|
localizeKeyLayout=us
|
|
|
|
# Disk Setup for ad0
|
|
disk0=ad0
|
|
partition=ALL
|
|
bootManager=none
|
|
commitDiskPart
|
|
|
|
# Partition Setup for ad0(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
|
|
disk0-part=ZFS 0 /,/usr,/var,/data (mirror: ad1)
|
|
commitDiskLabel
|
|
|
|
# Disk Setup for ad3
|
|
disk1=ad3
|
|
partition=ALL
|
|
bootManager=none
|
|
commitDiskPart
|
|
|
|
# Partition Setup for ad3(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=
|
|
|
|
# Root Password
|
|
rootPass=mypass
|
|
|
|
# Users
|
|
userName=kris
|
|
userComment=Kris Moore
|
|
userPass=mypass
|
|
userShell=/bin/csh
|
|
userHome=/home/kris
|
|
userGroups=wheel,operator
|
|
autoLoginUser=kris
|
|
commitUser
|
|
|