summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-11-10 23:38:47 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-11-10 23:38:47 (EST)
commitbcf7ee4ae654a33751980d77e4bdf72960328024 (patch)
tree0c9154c90de84a15c194d126947a9cd2f6330828
parent431136fdd54c02ae09d0fca5b63123c3205110c3 (diff)
changelog: Update
-rw-r--r--changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog b/changelog
index 31e8826..1d86a85 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,16 @@
+lilo (24.0-3) trunk
+
+ * Add a kernel prerm hook to back up /boot/vmlinuz to
+ /boot/vmlinuz.old before upgrading the linux-image package.
+ * Also create /boot/vmlinuz.old when first installing linux-image.
+ * Add a postinst script to run install-lilo.
+ * install-lilo: Use "PARTUUID=" with the root device's MBR disk
+ signature for the "root=" option on Linux's command line. This is
+ more persistent than a path like "/dev/sda1" is and is supported by
+ Linux since version 3.8.
+
+ -- "P. J. McDermott" <pj@pehjota.net> Mon, 10 Nov 2014 23:14:16 -0500
+
lilo (24.0-2) trunk
* install-lilo: Add a root parameter.