diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-08-11 10:44:13 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-08-11 10:44:13 +0100 |
commit | 35896e59866acf39532b41f493697174ddeee265 (patch) | |
tree | 922c406141d31c5ac5294ed4d0df5ec7105f8ef8 /perl-install/install/NEWS | |
parent | 3fc29c63961d1086340f218a16a4409c436d9091 (diff) | |
download | drakx-35896e59866acf39532b41f493697174ddeee265.tar drakx-35896e59866acf39532b41f493697174ddeee265.tar.gz drakx-35896e59866acf39532b41f493697174ddeee265.tar.bz2 drakx-35896e59866acf39532b41f493697174ddeee265.tar.xz drakx-35896e59866acf39532b41f493697174ddeee265.zip |
bootloader: don't completely remove failsafe/nonfb entries on upgrade.
bootloader::suggest() removes any failsafe and nonfb entries for old
kernels on the assumption it will then add them for a newer kernel.
This is particularly a problem when using rEFInd, where we only keep
the entries for the default (unversioned) kernel, but would also
eliminate the failsafe/nonfb entries when using the installer upgrade
option to quickly repair the bootloader.
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 838b77d3e..a3c2fb22b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- bootloader: don't remove existing failsafe/nonfb entries on upgrade + if we aren't replacing them with new ones - bootloader: add options to change the rEFInd background (mga#28073) - Update the list of drivers that need a nonfree firmware against kernel-5.18 |