diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-12-19 21:05:47 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-12-19 21:56:02 +0000 |
commit | e4219ae4165122c8fce9380cbf99363454b4586b (patch) | |
tree | f57a03e9ad08ec90c1d64072ebdfdd3c8624ca82 /perl-install/NEWS | |
parent | 057a1ef4ebdf018d9f260faf34a2f40f7b2227f7 (diff) | |
download | drakx-e4219ae4165122c8fce9380cbf99363454b4586b.tar drakx-e4219ae4165122c8fce9380cbf99363454b4586b.tar.gz drakx-e4219ae4165122c8fce9380cbf99363454b4586b.tar.bz2 drakx-e4219ae4165122c8fce9380cbf99363454b4586b.tar.xz drakx-e4219ae4165122c8fce9380cbf99363454b4586b.zip |
Fix false detection of GRUB2 when installed in ESP but not in /boot.
This caused the installer to select non-graphical GRUB2 as the default
bootloader method (mga#27816).
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 553d1d463..f957b43b8 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- drakboot: + o fix false detection of GRUB2 when installed in ESP but not in /boot (mga#27816) - diskdrake: o fix adding parts to extended partition on hybrid ISO (mga#27862) o erase iso9660 signature when clearing hybrid ISO disk (mga#27864) |