diff options
Diffstat (limited to 'tools/build-on-freebsd')
-rwxr-xr-x | tools/build-on-freebsd | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd index 3211c355..94b03433 100755 --- a/tools/build-on-freebsd +++ b/tools/build-on-freebsd @@ -1,7 +1,10 @@ #!/bin/sh -# Since there is no official FreeBSD port yet, we need some way of building and -# installing cloud-init. This script takes care of building and installing. It -# will optionally make a first run at the end. +# The official way to install cloud-init on FreeBSD is via the net/cloud-init +# port or the (appropriately py-flavoured) package. +# This script provides a communication medium between the cloud-init maintainers +# and the cloud-init port maintainers as to what dependencies have changed. +# It also provides a quick and dirty way of building and installing, and will +# optionally make a first run at the end. set -eux |