diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-17 10:35:09 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-17 15:59:47 +0200 |
commit | fbc399721879746f2cc69208dba3a42b290b0a7d (patch) | |
tree | cf95d56c48e4e31d8e79aa898c6d010f7e91f228 /perl-install/install | |
parent | afb0a1e932d2566e2118211168baa62d66385141 (diff) | |
download | drakx-fbc399721879746f2cc69208dba3a42b290b0a7d.tar drakx-fbc399721879746f2cc69208dba3a42b290b0a7d.tar.gz drakx-fbc399721879746f2cc69208dba3a42b290b0a7d.tar.bz2 drakx-fbc399721879746f2cc69208dba3a42b290b0a7d.tar.xz drakx-fbc399721879746f2cc69208dba3a42b290b0a7d.zip |
grub2: fix not being able to edit default cmdline
Keep default append value (aka /etc/default/grub's
GRUB_CMDLINE_LINUX_DEFAULT into {default_append} variable)
Always use the value passed as now write_grub2_sysconfig() is only
called after having offered to display the default cmdline value
On first run (during installer) or when migrating from grub-legacy or
lilo, we get the first entry's parameters
Thus resolving mga#18952
Diffstat (limited to 'perl-install/install')
-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 21bf4449d..e9c3e0827 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ - do not preinstall mageia-gfxboot-theme +- bootloader configuration: + o fix not being able to edit default grub2 cmdline (mga#18952) Version 17.51 - 12 July 2016 |