diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-25 15:24:44 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-25 15:24:44 +0200 |
commit | bca2d23304c03118e7ec5059c841647af4de10bc (patch) | |
tree | a42438817779595898b0b2b0e3adaa705de0efcb /perl-install/NEWS | |
parent | 9ff0f0860cab4b3622a65d5b0a1d6c53d756ef63 (diff) | |
download | drakx-bca2d23304c03118e7ec5059c841647af4de10bc.tar drakx-bca2d23304c03118e7ec5059c841647af4de10bc.tar.gz drakx-bca2d23304c03118e7ec5059c841647af4de10bc.tar.bz2 drakx-bca2d23304c03118e7ec5059c841647af4de10bc.tar.xz drakx-bca2d23304c03118e7ec5059c841647af4de10bc.zip |
fix .old backup for grub2's grub.cfg
rationale: write_*() takes (bootloader, all_hd, ext) as parameters (when
called from installkernel -> bootloader-config and then only when
migrating to uuids
as we don't care for 2 first for grub2, just ignore the 3rd too
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index e7d665e26..e74a7d043 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- drakboot: + o fix .old backup for grub2's grub.cfg + Version 17.52 - 17 July 2016 - drakboot: |