diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-07-24 23:07:38 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-05-28 11:42:41 +0100 |
commit | 3931a427b2ef642725666429635c4ee7ae16d558 (patch) | |
tree | 62cb29b72e58e7b223204b2d22ea7f1490ac176b /perl-install/NEWS | |
parent | c35e3401880b2f57d20862b533e341b9b7c32f18 (diff) | |
download | drakx-3931a427b2ef642725666429635c4ee7ae16d558.tar drakx-3931a427b2ef642725666429635c4ee7ae16d558.tar.gz drakx-3931a427b2ef642725666429635c4ee7ae16d558.tar.bz2 drakx-3931a427b2ef642725666429635c4ee7ae16d558.tar.xz drakx-3931a427b2ef642725666429635c4ee7ae16d558.zip |
Fix drakboot video mode selection when using grub2 (mga#21246)
The video mode needs to be extracted from and written back to the
GRUB_CMDLINE_LINUX_DEFAULT parameter in /etc/defaults/grub2.
This fix creates a new "default_vga" key in the $bootloader hash to
hold the current selection. Using the existing "vga" key would cause
the default video mode to be added to any bootloader entries that
don't have a specific "vga" value, e.g. the "failsafe" entry.
The $bootloader "vga" value doesn't appear to be set anywhere else,
so may in fact be obsolete.
(cherry picked from commit f70da6dee2087dbcb26e1ae6e00c5ea859c0c787)
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index ee930dccc..ae0f025f2 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -3,6 +3,7 @@ - bootloader: o Combine bootloader perImageAppend and default_append keys (mga#21263, mga#21250) + o Fix drakboot video mode selection when using grub2 (mga#21246) - iwlwifi-agn-ucode is renamed to iwlwifi-firmware (mga#22316) - update list of modules needing firmware |