summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo <cascardo@debian.org>2018-03-05 09:45:15 -0300
committerThadeu Lima de Souza Cascardo <cascardo@debian.org>2018-03-05 12:43:59 -0300
commit9ca39a1fa9d72fc306952ace5e9768c4658f93f6 (patch)
tree3733af29d206545c7e4858c9b0279a0bd93460c2 /debian/changelog
parentb94d4673b8b7b482a14e284bd30e9ecaa81dab02 (diff)
Create initrd for previously installed kernels.
When kdump-tools is installed, it will create initrd only for the running kernel. Kernels that are installed after kdump-tools have their initrd created by postinst hook script. Previously installed kernels, however, get no initrd created. Create it when kdump is loaded if it does not exist. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@debian.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1fb4c08..82d6f23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ makedumpfile (1:1.6.3-2) UNRELEASED; urgency=medium
* Add support for SPARSEMEM_EXTREME mem_section as a pointer. (LP: #1750021)
* Add an autopkgtest that test that a crash produces a compressed dump
file.
+ * Create initrd for previously installed kernels. (LP: #1751329)
-- Thadeu Lima de Souza Cascardo <cascardo@debian.org> Mon, 05 Mar 2018 09:28:55 -0300