mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
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. svn path=/dists/trunk/linux-2.6/; revision=17459
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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.
|
||||
|
||||
4
debian/templates/temp.image.plain/postinst
vendored
4
debian/templates/temp.image.plain/postinst
vendored
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user