summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24f5058)
raw | patch | inline | side by side (parent: 24f5058)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Nov 2005 13:36:09 +0000 (13:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Nov 2005 13:36:09 +0000 (13:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2048 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/fai/README.fai | [new file with mode: 0644] | patch | blob |
diff --git a/contrib/fai/README.fai b/contrib/fai/README.fai
--- /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
+
+