diff -Nru initramfs-tools-0.92bubuntu27/debian/changelog initramfs-tools-0.92bubuntu28/debian/changelog --- initramfs-tools-0.92bubuntu27/debian/changelog 2009-04-03 03:04:35.000000000 +0200 +++ initramfs-tools-0.92bubuntu28/debian/changelog 2009-04-11 00:08:41.000000000 +0200 @@ -1,3 +1,12 @@ +initramfs-tools (0.92bubuntu28) jaunty; urgency=low + + * update-initramfs: copy the logic added in Debian to run flash-kernel after + the initrd has been generated (if the system is supported by + flash-kernel); flash-kernel is run twice, but at least the system really + runs the latest initrd; LP: #358762. + + -- Loic Minier Sat, 11 Apr 2009 00:07:04 +0200 + initramfs-tools (0.92bubuntu27) jaunty; urgency=low * Backport from Debian (LP: #347685): diff -Nru initramfs-tools-0.92bubuntu27/update-initramfs initramfs-tools-0.92bubuntu28/update-initramfs --- initramfs-tools-0.92bubuntu27/update-initramfs 2009-03-13 10:57:32.000000000 +0100 +++ initramfs-tools-0.92bubuntu28/update-initramfs 2009-04-11 00:09:29.000000000 +0200 @@ -262,6 +262,9 @@ if [ -r /etc/zipl.conf ]; then zipl fi + if flash-kernel --supported >/dev/null 2>&1; then + flash-kernel + fi } compare_sha1()