[Fai-commit] r3259 - in people/lazyboy/fai-distributions: . debian

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sun Jan 22 21:59:09 UTC 2006


Author: lazyboy-guest
Date: 2006-01-22 21:59:09 +0000 (Sun, 22 Jan 2006)
New Revision: 3259

Modified:
   people/lazyboy/fai-distributions/INSTALL
   people/lazyboy/fai-distributions/README.multi-distribution
   people/lazyboy/fai-distributions/debian/changelog
   people/lazyboy/fai-distributions/debian/rules
Log:
fixing some documentation and disable gzipping of classes files

Modified: people/lazyboy/fai-distributions/INSTALL
===================================================================
--- people/lazyboy/fai-distributions/INSTALL	2006-01-21 22:09:08 UTC (rev 3258)
+++ people/lazyboy/fai-distributions/INSTALL	2006-01-22 21:59:09 UTC (rev 3259)
@@ -1,5 +1,5 @@
 #run 
-cp -a /usr/share/doc/fai-distributions/classes/*/* fai/
+cp -a /usr/share/doc/fai-distributions/classes/*/* /usr/local/share/fai/
 
 #and 
 chmod +x /usr/local/share/fai/hooks/*

Modified: people/lazyboy/fai-distributions/README.multi-distribution
===================================================================
--- people/lazyboy/fai-distributions/README.multi-distribution	2006-01-21 22:09:08 UTC (rev 3258)
+++ people/lazyboy/fai-distributions/README.multi-distribution	2006-01-22 21:59:09 UTC (rev 3259)
@@ -14,7 +14,7 @@
 * you should have a debian and ubuntu mirror on your mirrohost, 
   otherwise additional script- or config-editing will be required.
 * it can help if you had previous exposure to FAI, but is not necessarily
-  much harder than get into FAI with Debian sareg only.
+  much harder than get into FAI with Debian sarge only.
 
 usage:
 * install the deb's from the download location, including
@@ -26,14 +26,14 @@
   cp -a /usr/share/doc/fai-doc/examples/classes/*/* /usr/local/share/fai/
 * there's some problem with non-executable hooks, do "chmod +x /usr/local/share/fai/hooks/*
 * run make-fai-nfsroot
-* run /usr/lib/fai/dists/ubuntu_hoary/make-base-tgz ( in lib because it
+* run /usr/lib/fai-distributions/dists/ubuntu_hoary/make-base-tgz ( in lib because it
   should be called from make-fai-nfsroot)
-* run /usr/lib/fai/dists/ubuntu_breezy/make-base-tgz
-* name your install clients sarge, hoary, and breezy in DNS , or add them
-  to the same classes as these example host configurations and install 
+* run /usr/lib/fai-distributions/dists/ubuntu_breezy/make-base-tgz
+* run /usr/lib/fai-distributions/dists/mandriva/make-base-tgz (this currently
+  just downloads a base system image. This task needs to be solved.
+* name your install clients sarge, hoary, and breezy, or mandriva in DNS , or add them to the same classes as these example host configurations and install 
   them as usual 
 
-
 what doesn't work:
 * runs only on Debian sarge as server and is only tested on i386 architecture
 * only network install is tested - cd install is some more work to do.

Modified: people/lazyboy/fai-distributions/debian/changelog
===================================================================
--- people/lazyboy/fai-distributions/debian/changelog	2006-01-21 22:09:08 UTC (rev 3258)
+++ people/lazyboy/fai-distributions/debian/changelog	2006-01-22 21:59:09 UTC (rev 3259)
@@ -1,3 +1,9 @@
+fai-distributions (0.1-6) unstable; urgency=low
+
+  * try to disable gzipping of example classes 
+
+ -- Henning Sprang <henning at sprang.de>  Sun, 22 Jan 2006 20:04:41 +0100
+
 fai-distributions (0.1-5) unstable; urgency=low
 
   * optimize base-image fetching, fix bugs

Modified: people/lazyboy/fai-distributions/debian/rules
===================================================================
--- people/lazyboy/fai-distributions/debian/rules	2006-01-21 22:09:08 UTC (rev 3258)
+++ people/lazyboy/fai-distributions/debian/rules	2006-01-22 21:59:09 UTC (rev 3259)
@@ -83,7 +83,7 @@
 	dh_installman
 	dh_link
 	dh_strip
-	dh_compress
+	dh_compress --exclude=classes
 	dh_fixperms
 #	dh_perl
 #	dh_python




More information about the Fai-commit mailing list