blob: 1d86a8590e52cce54010a4b5107d7341a187664b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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.
* install-lilo: Detect boot and root devices unless running under
chroot.
* Add a kernel postinst hook to run install-lilo.
-- "P. J. McDermott" <pj@pehjota.net> Thu, 17 Jul 2014 12:17:53 -0400
lilo (24.0-1) trunk
* Initial release.
-- "P. J. McDermott" <pj@pehjota.net> Sat, 28 Jun 2014 11:11:50 -0400
|