[kernel] r17459 - in dists/trunk/linux-2.6/debian: . templates/temp.image.plain

Maximilian Attems maks at alioth.debian.org
Thu May 19 12:22:27 UTC 2011


Author: maks
Date: Thu May 19 12:22:08 2011
New Revision: 17459

Log:
fix postinst + add forgotten changelog entry.

this check is superflous and looking for wrong path.
As we depend on an initramfs generator the failure of generating
would have happened already earlier.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu May 19 08:26:25 2011	(r17458)
+++ dists/trunk/linux-2.6/debian/changelog	Thu May 19 12:22:08 2011	(r17459)
@@ -8,6 +8,7 @@
   * [x86] Enable modular XEN_NETDEV_BACKEND.
   * topconfig enable mem cgroup RESOURCE_COUNTERS, CGROUP_MEM_RES_CTLR.
     (closes: #534964)
+  * Cleanup configs.
 
   [ Ben Hutchings ]
   * [!x86] Disable TPM drivers. TPMs are currently only fitted in PCs.

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Thu May 19 08:26:25 2011	(r17458)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Thu May 19 12:22:08 2011	(r17459)
@@ -782,10 +782,6 @@
             die "Failed to process /etc/kernel/postinst.d/$version";
 }
 
-if ($initrd && ! -e "initrd.img-$version") {
-  die "Failed to create initrd image.\n";
-}
-
 exit 0;
 
 __END__



More information about the Kernel-svn-changes mailing list