From: cajus Date: Thu, 24 Nov 2005 13:36:09 +0000 (+0000) Subject: Added readme X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b8f8bb7ef0d355b2cc2d348feeebc91cbd911732;p=gosa.git Added readme git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2048 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/fai/README.fai b/contrib/fai/README.fai new file mode 100644 index 000000000..89afff52c --- /dev/null +++ b/contrib/fai/README.fai @@ -0,0 +1,26 @@ +FAI support for GOsa +==================== + +Please note, that FAI support is work in progress. Anyway here's a quick +guide how it works: + +1) Preparing FAI + + a) adjust the secrets file to match the password of your terminal-admin + ldap user + b) build the debian package in goto-fai (i.e. using dpkg-buidpackage) + c) add the resulting package to your fai nfs-root + +2) Preparing GOsa + + a) use the get-packages.pl script to generate a stripped down list of your + packages lists, move them to /etc/gosa/fai/servername/dist/. + + b) use the get-debconf.sh script to extract the debconf templates from + your mirror, move the resulting debconf.d directory to + /etc/gosa/fai/servername/dist/debconf.d + +3) Create classes/etc in GOsa, follow the ordinary fai documentation to + get your clients booted + +