[Fai-commit] r4857 - in people/lazyboy/rhel-install-fixes_3.1.8: bin debian

lazyboy-guest at alioth.debian.org lazyboy-guest at alioth.debian.org
Fri Apr 4 17:49:33 UTC 2008


Author: lazyboy-guest
Date: 2008-04-04 17:49:32 +0000 (Fri, 04 Apr 2008)
New Revision: 4857

Modified:
   people/lazyboy/rhel-install-fixes_3.1.8/bin/install_packages
   people/lazyboy/rhel-install-fixes_3.1.8/debian/changelog
Log:
checking very old fixes

Modified: people/lazyboy/rhel-install-fixes_3.1.8/bin/install_packages
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/bin/install_packages	2008-04-04 17:48:47 UTC (rev 4856)
+++ people/lazyboy/rhel-install-fixes_3.1.8/bin/install_packages	2008-04-04 17:49:32 UTC (rev 4857)
@@ -406,7 +406,9 @@
 #     }
 # TODO: aptitude also can install tasks. How do we check them? Currently they will push to @unknown
 
-    if ($cache->exists($pack)) { # simple package name
+    # TODO(henning): hmm, for some reason I had to add this on Etch to get
+    # make-fai.nfsroot working - don know why
+    if ($aptpkg_avail==1 && $cache->exists($pack)) { # simple package name
       # check for packages with no installation candidates
       # explicitely don't check if the name is provided by some other package:
       # apt-get install <virtual> fails with newer apt

Modified: people/lazyboy/rhel-install-fixes_3.1.8/debian/changelog
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/debian/changelog	2008-04-04 17:48:47 UTC (rev 4856)
+++ people/lazyboy/rhel-install-fixes_3.1.8/debian/changelog	2008-04-04 17:49:32 UTC (rev 4857)
@@ -1,3 +1,9 @@
+fai (3.1.8rheldemo0.2.2) unstable; urgency=low
+
+  * add a lot more fixes, including making install_packages not only work when running on redhat, but also when running in make-fai-nfsroot on debian, as well as dir and network installs in debian 
+
+ -- Henning Sprang <henning at filet.lazy>  Tue, 10 Jul 2007 11:06:41 +0200
+
 fai (3.1.8rheldemo0.2.1) unstable; urgency=low
 
   * add rhel demo example config




More information about the Fai-commit mailing list