[Fai-commit] r6455 - trunk/examples/simple/package_config
Thomas Lange
lange at alioth.debian.org
Fri Apr 15 19:16:35 UTC 2011
Author: lange
Date: 2011-04-15 19:16:24 +0000 (Fri, 15 Apr 2011)
New Revision: 6455
Modified:
trunk/examples/simple/package_config/DEBIAN
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.
Modified: trunk/examples/simple/package_config/DEBIAN
===================================================================
--- trunk/examples/simple/package_config/DEBIAN 2011-04-15 19:15:36 UTC (rev 6454)
+++ trunk/examples/simple/package_config/DEBIAN 2011-04-15 19:16:24 UTC (rev 6455)
@@ -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