summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/gentoo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation/distro/gentoo.txt')
-rw-r--r--doc/installation/distro/gentoo.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/installation/distro/gentoo.txt b/doc/installation/distro/gentoo.txt
new file mode 100644
index 000000000..5497a01b2
--- /dev/null
+++ b/doc/installation/distro/gentoo.txt
@@ -0,0 +1,27 @@
+.. -*- mode: rst -*-
+
+.. _gentoo-installation:
+
+.. _Freenode: http://chat.freenode.net
+.. _#bcfg2: irc://chat.freenode.net/bcfg2
+
+
+Gentoo
+======
+
+Early in July 2008, Bcfg2 was added to the Gentoo portage tree. So far
+it's only keyworded for ~x86, but we hope to see it soon in the amd64 and
+x64-solaris ports. If you're using Gentoo on some other architecture, it
+should still work provided that you have a reasonably up to date Python;
+try adding `app-admin/bcfg2 ~*` to your `/etc/portage/package.keywords`
+file.
+
+If you don’t use portage to install Bcfg2, you’ll want to make sure you
+have all the prerequisites installed first. For a server, you’ll need:
+
+* ``app-admin/gamin`` or ``app-admin/fam``
+* ``dev-python/lxml``
+
+Clients will need at least:
+
+* ``app-portage/gentoolkit``