[Fai-commit] r6458 - branches/stable/3.4/examples/simple/package_config

Michael Prokop mika at alioth.debian.org
Fri Apr 15 19:27:26 UTC 2011


Author: mika
Date: 2011-04-15 19:27:21 +0000 (Fri, 15 Apr 2011)
New Revision: 6458

Modified:
   branches/stable/3.4/examples/simple/package_config/DEFAULT
Log:
add initramfs-tools, workaround for fai-mirror problem

When creating a mirror using fai-mirror, the package linux-image-amd64
will not be added to the mirror because of aptitude's dependency
resolver. This worked with aptitude from lenny, but the squeeze
version will refuse to install/download the kernel package.
Using apt-get will also work, but currently adding initramfs-tools
will fix this issue.

Backported to FAI 3.4. by Michael Prokop <mika at grml.org>, based on
svn+ssh://svn.debian.org/svn/fai/trunk@6455 ba5ec265-b0fb-0310-8e1a-cf9e4c2b1591

From: Thomas Lange <lange at informatik.uni-koeln.de>

Modified: branches/stable/3.4/examples/simple/package_config/DEFAULT
===================================================================
--- branches/stable/3.4/examples/simple/package_config/DEFAULT	2011-04-15 19:20:04 UTC (rev 6457)
+++ branches/stable/3.4/examples/simple/package_config/DEFAULT	2011-04-15 19:27:21 UTC (rev 6458)
@@ -1,5 +1,5 @@
 PACKAGES aptitude I386
-linux-image-486
+linux-image-486 initramfs-tools
 memtest86+
 
 PACKAGES aptitude CHROOT
@@ -7,7 +7,7 @@
 linux-image-amd64-
 
 PACKAGES aptitude AMD64
-linux-image-amd64
+linux-image-amd64 initramfs-tools
 memtest86+
 
 PACKAGES aptitude XEN




More information about the Fai-commit mailing list