# Now set the parameters for the partition editor on ad0. disk=ad0 partition=exclusive bootManager=standard diskPartitionEditor # All sizes are expressed in 512 byte blocks! ad0s1-1=ufs 1015260 / ad0s1-2=swap 2097152 none ad0s1-3=ufs 8116124 /var 1 ad0s1-4=ufs 8116124 /usr 1 ad0s1-5=ufs 12180188 /usr/local 1 ad0s1-6=ufs 0 /home 1 # Let's do it! diskLabelEditor netDev=%%IFNAME%% tryDHCP=YES # My host specific data hostname=test.cultdeadsheep.org # DHCP does this for us - if yours doesn't, specify hostname #hostname=quinch # Which installation device to use _ftpPath=ftp://192.168.0.1/pub/FreeBSD/ mediaSetFTP # Select which distributions we want. distSetMinimum # OK, everything is set. Do it! installCommit package=perl-5.8.8 packageAdd package=nano-1.2.5 packageAdd package=libiconv-1.9.2_2 packageAdd command=fetch -o /root/post_install_script %%SCRIPT_URL%% system command=chmod +x /root/post_install_script system command=/root/post_install_script system command=rm /root/post_install_script system shutdown