# Turn on extra debugging. debug=YES # Ok, this ought to turn off ALL prompting, don't complain to me that you # lost a machine because you netbooted it on the same subnet as this # box nonInteractive=YES noWarn=YES ################################ # My host specific data hostname=newbox domainname=example.ru ################################ ################################ # Which installation device to use nfs=192.168.1.5:/spool/pxe #netDev=fxp0 netDev=em0 tryDHCP=YES mediaSetNFS ################################ ################################ cpioVerbose=low mediaSetCPIOVerbosity ################################ ################################ # Select which distributions we want. #dists= base catpages dict doc games info manpages ports proflibs src #dists=base doc info manpages proflibs src #distSetCustom distSetDeveloper ################################ ################################ # Now set the parameters for the partition editor on sd0. disk=ad0 partition=all bootManager=standard #diskInteractive=yes diskPartitionEditor ##diskPartitionWrite ################################ ################################ # All sizes are expressed in 512 byte blocks! # # 512 Mb root ad0s1-1=ufs 1048576 / # 2060 Mb swap ad0s1-2=swap 4218880 none # 1 Gb for var and tmp ad0s1-3=ufs 2097152 /var 1 ad0s1-4=ufs 2097152 /tmp 1 ad0s1-5=ufs 20971520 /usr 1 ad0s1-6=ufs 0 /spool 1 #diskInteractive=yes # Let's do it! diskLabelEditor ##diskLabelCommit # OK, everything is set. Do it! installCommit #package=libiconv-1.9.2_2 #packageAdd # #package=gettext-0.14.5_2 #packageAdd # #package=cvsup-without-gui-16.1h_2 #packageAdd # #package=bash-3.1.10 #packageAdd # #package=zsh-4.2.6 #packageAdd # #package=sudo-1.6.8.12_1 #packageAdd # #package=portaudit-0.5.10 #packageAdd # #package=smartmontools-5.33_5 #packageAdd # #package=vim-lite-6.4.6 #packageAdd # # this last package is special. It is used to configure the machine. # it installs several files (like /root/.rhosts) and its installation # script tweaks several options in /etc/rc.conf # #package=mypkg-1.0 #packageAdd #shutdown