diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index ec4516086..f8b4d7066 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- drakboot: add option to install GRUB2 bootloader in \EFI\BOOT (mga#24282) - diskdrake: remove partition from /etc/crypttab when deleted (mga#25891) Version 18.28 - 29 May 2020 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index a2fe1b96d..b47a1346d 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,11 @@ +- add option to install GRUB2 bootloader in \EFI\BOOT (mga#24282) +- improved behaviour when installing on a removable device (mga#26761) + o only use swap partitions on that device + o default to installing bootloader on that device + (in \EFI\BOOT for UEFI bootloaders) + o default to not including other OSs in GRUB2 boot menu +- fix free space calculation when auto-allocating partitions + Version 18.30 - 9 June 2020 - don't show hardware in summary screen when match_all_hardware flag is set |