|
Project Information
Members
Featured
Downloads
Links
|
IntroductionFarbot automates building of netinstall/PXE boot FreeBSD releases. It features a simple configuration file based on the concept of "Installations", "PackageSets", and "PartitionMaps." Farbot currently handles the following:
Requirements
InstallationFarbot uses the standard Python distutils. To install, run setup.py: ./setup.py install Farbot will be installed in the Python site-packages directory. The farbot command line tool will be installed in the Python-specified bin directory. An example configuration file, farbot.conf, is supplied with the source distribution. Farbot is also available in the FreeBSD ports collection as sysutils/farbot. |