# # Releases # # Release Build Working Directory BuildRoot /export/freebsd/build # Install/NFS Directory # Clients will load installation data from this directory InstallRoot /export/freebsd/netinstall # NFS/TFTP Server Host/IP # The host exporting the installation data. # Should probably be the local machine NFSHost jumpstart.example.org # This is an example release which is built from CVS. # FreeBSD CVS Repository Mirror CVSRoot /home/ncvs # Release Tag CVSTag RELENG_6 # LocalData will be copied into the release # distribution. These files will be available at # install time via the NFS mount, in the path /dist/local LocalData /export/freebsd/postinst # Enable creation of ISO install images # Requires cdrtools InstallCDs True # Global package build options to be applied to every package # built in this release. Local BuildOptions will override this WITHOUT_X11 yes # You may also use an already built release from a CD image. # Extract the release from an install CD image rather than build it. BinaryRelease True # Path to the ISO file to install from. ISO /export/freebsd/6.2-RELEASE-i386-disc1.iso # Use portsnap(8) rather than cvs(1) to install an up-to-date # ports tree that packages will be built from. Requires that # this release be FreeBSD 5.5 or later--portsnap is not in the # base system on earlier releases. UsePortsnap True # # Partition Maps # Mount / Size 512MB Type ufs SoftUpdates no Size 4GB Type swap Mount /var Size 10GB Type ufs Mount /tmp Size 1GB Type ufs # All remaining space Mount /usr Size 0GB Type ufs # # Package Sets # # Optional directory for persistent storage of port # distfiles between builds. These distfiles are also # shared by all releases. DistfilesCache /export/freebsd/distfiles Port security/sudo Port databases/mysql50-server # If your build options modify the name # of the resulting package, use the Package # option to define the correct name. #Package mysql50-server WITH_COLLATION latin1_general_ci # # Installation Types # # Human-readable Description. # Used in the installation-selection boot menu Description Standard Installation Release 6.2-RELEASE PackageSet Base PackageSet Database NetworkDevice em0 PartitionMap Standard Command /dist/local/postinst/local.sh database Command /dist/local/postinst/cleanup.sh everything # Logging configuration Level info Facility daemon Address /var/run/log # # Log debug messages to stdout # Level debug # Path STDOUT #