From 0f01aefe04cef0d8efe8728d3b3b87484ddf3075 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 12 Jun 2016 11:10:25 +0200 Subject: fix offering to create a GRUB_BIOS partition ...in custom mode (mga#18656) --- perl-install/NEWS | 3 +++ perl-install/fs/type.pm | 2 +- perl-install/install/NEWS | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index e606686cf..a7254893a 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: + o fix offering to create a GRUB_BIOS partition in custom mode (mga#18656) + Version 17.37 - 12 June 2016 - diskdrake: diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index eeb81fec7..f4ca32238 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -26,7 +26,7 @@ my (%type_name2pt_type, %type_name2fs_type, %fs_type2pt_type, %pt_type2fs_type, 0x83 => 'btrfs', 'Journalised FS: Btrfs', (is_uefi() ? (0xef => 'vfat', 'EFI System Partition') : - ('BIOS_GRUB' => '', 'BIOS boot partition'), + ('BIOS_GRUB' => 'BIOS_GRUB', 'BIOS boot partition'), ), if_(arch() =~ /i.86|x86_64/, 0x83 => 'xfs', 'Journalised FS: XFS', diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 309910164..e31dc8206 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partionning: + o fix offering to create a GRUB_BIOS partition in custom mode (mga#18656) + Version 17.37 - 12 June 2016 - partionning: -- cgit v1.2.1