diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-06 11:15:19 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-06 11:16:23 +0200 |
commit | cca8b7433a597970d1a463be377a3d9439a1b1cd (patch) | |
tree | ada8b766bd95fc8120981db5bc502e5029221fb0 /perl-install/install | |
parent | 8847eda6f7f8aaad07931290f1a37a5e44f7a426 (diff) | |
download | drakx-cca8b7433a597970d1a463be377a3d9439a1b1cd.tar drakx-cca8b7433a597970d1a463be377a3d9439a1b1cd.tar.gz drakx-cca8b7433a597970d1a463be377a3d9439a1b1cd.tar.bz2 drakx-cca8b7433a597970d1a463be377a3d9439a1b1cd.tar.xz drakx-cca8b7433a597970d1a463be377a3d9439a1b1cd.zip |
grub2: only overwrite install.sh when installing
And only when actually installing boot loader, not when updating grub2
menu list (mga#17455)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c29edee58..457ceb6e9 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,7 @@ o enable to (un)install os-prober (mga#16010, mga#18538) o fix reading back last grub2 entry o only overwrite GRUB_CMDLINE_LINUX_DEFAULT on first install (mga#18112) + o only overwrite install.sh when actually installing boot loader (mga#17455) o set GRUB_DEFAULT + GRUB_SAVEDEFAULT (mga#9627, mga#16059) o stop offering grub legacy & lilo on new installs (mga#18583) |