diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-11-30 12:56:43 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-11-30 12:56:43 +0800 |
commit | fb6f53423c60fc99b10290f955e6c8f372a64383 (patch) | |
tree | fb1649afc695c8e46da8635ef6dcfb4bf944b93f /sysutils/Makefile | |
parent | 974503c6427d70b72acfb933b715f6e30364ad8a (diff) | |
download | freebsd-ports-gnome-fb6f53423c60fc99b10290f955e6c8f372a64383.tar.gz freebsd-ports-gnome-fb6f53423c60fc99b10290f955e6c8f372a64383.tar.zst freebsd-ports-gnome-fb6f53423c60fc99b10290f955e6c8f372a64383.zip |
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>
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 |