Chapter 1. Installing and Using farbot

Table of Contents

Installation
Prerequisites
Installing with the Python Distutils
Configuring farbot
Introduction
Releases Configuration
Partitions Configuration
PackageSets Configuration
Installations Configuration
Example Configuration File
Configuring the Installation Host
NFS
DHCP
TFTP
Running farbot
Build all defined releases and packages, and setup the installation root
Rebuild just the installation configuration, using already built releases and packages

Installation

Prerequisites

farbot depends on the following components:

Installing with the Python Distutils

farbot uses the standard Python distutils. To install, simply run setup.py:

./setup.py install

The farbot library 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.