authoritative;
allow booting;
allow bootp;
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
default-lease-time 21600;
max-lease-time 43200;
option routers 192.168.1.10;
host ns {
next-server 192.168.1.10;
hardware ethernet 00:50:56:25:28:CC;
fixed-address 192.168.1.13;
filename "freebsd6/boot/pxeboot";
option root-path "192.168.1.10:/usr/local/freebsd6";
if_ath_load="YES"
mfsroot_load="YES"
if_em_load="YES"
mfsroot_type="mfs_root"
mfsroot_name="/boot/mfsroot"
vfs.root.mountfrom="ufs:/dev/md0"
debug=YES
nonInteractive=YES
noWarn=YES
tryDHCP=YES
hostname=frinst
domainname=tonkersten.com
nfs=192.168.1.10:/usr/local/freebsd8
netDev=le0
tryDHCP=YES
mediaSetNFS
distSetMinimum
disk=da0
partition=all
bootManager=standard
diskPartitionEditor
#diskPartitionWrite
da0s1-1=ufs 1024000 /
da0s1-2=swap 4096000 none
da0s1-3=ufs 2048000 /var
da0s1-4=ufs 2048000 /tmp
da0s1-5=ufs 2048000 /sidn 1
da0s1-6=ufs 0 /usr 1
diskLabelEditor
installCommit
command="/dist/inst_post"
system
shutdown