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

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sun Oct 16 09:27:07 UTC 2005


Author: lazyboy-guest
Date: 2005-10-16 09:27:06 +0000 (Sun, 16 Oct 2005)
New Revision: 2949

Modified:
   people/lazyboy/bugfixes/320024/debian/changelog
   people/lazyboy/bugfixes/320024/scripts/fai-cd
Log:
trying to fix fai-cd bug. for me it's not already working, I still get
an installed system that has not correct grub install.
my fai-mirror also doesn't have a grub package. maybe fai-mirror has troubles
with the package_config files, because classes LILO and GRUB conflict?
Or maybe I'm doing something wrong, I'll be further testing.


Modified: people/lazyboy/bugfixes/320024/debian/changelog
===================================================================
--- people/lazyboy/bugfixes/320024/debian/changelog	2005-10-15 19:46:43 UTC (rev 2948)
+++ people/lazyboy/bugfixes/320024/debian/changelog	2005-10-16 09:27:06 UTC (rev 2949)
@@ -1,3 +1,15 @@
+fai (2.8.4.lazyboy.bugfix.320025) 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:56:38 +0200
+
+fai (2.8.4.lazyboy.fix.320024) unstable; urgency=low
+
+  * 
+
+ -- Henning Sprang <henning at sprang.de>  Sat, 15 Oct 2005 21:50:34 +0200
+
 fai (2.8.4) unstable; urgency=high
 
   * fix important bug: remove non-US entry (closes: #310392)

Modified: people/lazyboy/bugfixes/320024/scripts/fai-cd
===================================================================
--- people/lazyboy/bugfixes/320024/scripts/fai-cd	2005-10-15 19:46:43 UTC (rev 2948)
+++ people/lazyboy/bugfixes/320024/scripts/fai-cd	2005-10-16 09:27:06 UTC (rev 2949)
@@ -211,7 +211,7 @@
     cat > $tmp1 <<EOF
 # mirror location for fai CD, file generated by fai-cd
 
-deb file:/media/mirror testing main contrib non-free
+deb file:/media/mirror stable main contrib non-free
 deb file:/fai/files packages/
 EOF
     mount --bind $tmp1 $NFSROOT/etc/apt/sources.list




More information about the Fai-commit mailing list