diff --git a/debian/changelog b/debian/changelog index 5c23a1212..1a977a848 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ linux-2.6 (2.6.39-1) unstable; urgency=low * [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. diff --git a/debian/templates/temp.image.plain/postinst b/debian/templates/temp.image.plain/postinst index 2cfe122a6..4349f8a35 100755 --- a/debian/templates/temp.image.plain/postinst +++ b/debian/templates/temp.image.plain/postinst @@ -782,10 +782,6 @@ if (-d "/etc/kernel/postinst.d/$version") { 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__