[Fai-commit] r2965 - in people/lazyboy/bugfixes/320024: debian scripts

fai-repository at svn.debian.org fai-repository at svn.debian.org
Wed Oct 19 22:06:57 UTC 2005


Author: lazyboy-guest
Date: 2005-10-19 22:06:54 +0000 (Wed, 19 Oct 2005)
New Revision: 2965

Modified:
   people/lazyboy/bugfixes/320024/debian/changelog
   people/lazyboy/bugfixes/320024/scripts/fai-cd
Log:
fixing 320024 the 'dirty' way. This seems to produce usable cd's, but in certain situations (when having no security updates in /etc/fai/sources.list,used by fai-mirror) will generate some errors in the logs which can be ignored. a nicer patch is underway

Modified: people/lazyboy/bugfixes/320024/debian/changelog
===================================================================
--- people/lazyboy/bugfixes/320024/debian/changelog	2005-10-18 20:29:50 UTC (rev 2964)
+++ people/lazyboy/bugfixes/320024/debian/changelog	2005-10-19 22:06:54 UTC (rev 2965)
@@ -1,13 +1,15 @@
-fai (2.8.4.lazyboy.bugfix.320025) unstable; urgency=low
+fai (2.8.4.lazyboy.bugfix.320024.07) unstable; urgency=low
+  * fixed fai-cd hardcoded sources.list for the install client to not included
+    contrib and nonfree packages because fai-mirror doesn't create such
+    repository parts - this is a fix for the bug #320024, but fixes also the
+    worst symptoms of #328547.
 
-  *  fixing fai-cd bug - changed string testing to stable in fai-cd script
+ -- Henning Sprang <henning at sprang.de>  Sun, 16 Oct 2005 21:36:28 +0200
 
- -- Henning Sprang <henning at sprang.de>  Sat, 15 Oct 2005 21:56:38 +0200
+fai (2.8.4.lazyboy.bugfix.320024.01) unstable; urgency=low
 
-fai (2.8.4.lazyboy.fix.320024) unstable; urgency=low
+  *  fixing fai-cd bug - changed string testing to stable in fai-cd script
 
-  * 
-
  -- Henning Sprang <henning at sprang.de>  Sat, 15 Oct 2005 21:50:34 +0200
 
 fai (2.8.4) unstable; urgency=high

Modified: people/lazyboy/bugfixes/320024/scripts/fai-cd
===================================================================
--- people/lazyboy/bugfixes/320024/scripts/fai-cd	2005-10-18 20:29:50 UTC (rev 2964)
+++ people/lazyboy/bugfixes/320024/scripts/fai-cd	2005-10-19 22:06:54 UTC (rev 2965)
@@ -211,7 +211,7 @@
     cat > $tmp1 <<EOF
 # mirror location for fai CD, file generated by fai-cd
 
-deb file:/media/mirror stable main contrib non-free
+deb file:/media/mirror stable main updates/main
 deb file:/fai/files packages/
 EOF
     mount --bind $tmp1 $NFSROOT/etc/apt/sources.list




More information about the Fai-commit mailing list