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

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Oct 20 17:45:46 UTC 2005


Author: lazyboy-guest
Date: 2005-10-20 17:45:45 +0000 (Thu, 20 Oct 2005)
New Revision: 2967

Modified:
   people/lazyboy/bugfixes/320024/debian/changelog
   people/lazyboy/bugfixes/320024/scripts/fai-cd
Log:
adding little tweak for correctly generating multiple source.list entries by Michael

Modified: people/lazyboy/bugfixes/320024/debian/changelog
===================================================================
--- people/lazyboy/bugfixes/320024/debian/changelog	2005-10-20 11:36:42 UTC (rev 2966)
+++ people/lazyboy/bugfixes/320024/debian/changelog	2005-10-20 17:45:45 UTC (rev 2967)
@@ -1,3 +1,9 @@
+fai (2.8.4.lazyboy.bugfix.320024.09) unstable; urgency=low
+
+  * add small fix from Michael 
+
+ -- Henning Sprang <henning at sprang.de>  Thu, 20 Oct 2005 16:37:54 +0200
+
 fai (2.8.4.lazyboy.bugfix.320024.08) unstable; urgency=low
   * fixed fai-cd hardcoded sources.list for the install client to be generated
     more flexible -fixes #320024 and at least party #329547.

Modified: people/lazyboy/bugfixes/320024/scripts/fai-cd
===================================================================
--- people/lazyboy/bugfixes/320024/scripts/fai-cd	2005-10-20 11:36:42 UTC (rev 2966)
+++ people/lazyboy/bugfixes/320024/scripts/fai-cd	2005-10-20 17:45:45 UTC (rev 2967)
@@ -215,6 +215,7 @@
       echo -n "deb file:/media/mirror `basename $i` ">>$tmp1
       find $i -name "Packages*" | grep binary | \
         sed 's/\/binary-.*$//' | uniq | sed "s#$i/##" | tr '\n' " " >>$tmp1
+      echo "">>$tmp1
     done  
 
     mount --bind $tmp1 $NFSROOT/etc/apt/sources.list




More information about the Fai-commit mailing list