diff options
author | P. 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) |
commit | bcf7ee4ae654a33751980d77e4bdf72960328024 (patch) | |
tree | 0c9154c90de84a15c194d126947a9cd2f6330828 | |
parent | 431136fdd54c02ae09d0fca5b63123c3205110c3 (diff) |
changelog: Update
-rw-r--r-- | changelog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |