diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-30 04:56:43 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-30 04:56:43 +0000 |
commit | 1ff6a80ea43d833f2e5ea8f94f89c9f58c21ad1f (patch) | |
tree | 8f9374992eb7a2554e8e98385fed674ad7867c99 /sysutils/Makefile | |
parent | 01f1c535cb97cb24d849d99b862d7502322d6025 (diff) |
Farbot 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:
* Building FreeBSD releases, including grabbing any source needed.
* Building packages for each release, derived from per installation package
sets.
* Laying out an NFS/TFTP exportable file system structure for all built
releases, customized for each installation type.
* Generation of a customized bootloader with options to install each
installation type
WWW: http://dpw.threerings.net/projects/farbot/
PR: ports/106037
Submitted by: Nick Barkas <snb at threerings.net>
Notes
Notes:
svn path=/head/; revision=178303
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a7bc5b7af924..d80ccc701014 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -167,6 +167,7 @@ SUBDIR += extrackt SUBDIR += ezjail SUBDIR += fanout + SUBDIR += farbot SUBDIR += fastest_cvsup SUBDIR += fatback SUBDIR += fcron |