summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-06-12 11:10:25 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-06-12 11:10:25 +0200
commit0f01aefe04cef0d8efe8728d3b3b87484ddf3075 (patch)
tree0af94880c6a86af1977019d3697077cd8c6224d3
parentdc8aa37e06e0bf6fc75e948326ec9aba1e2af2e4 (diff)
downloaddrakx-0f01aefe04cef0d8efe8728d3b3b87484ddf3075.tar
drakx-0f01aefe04cef0d8efe8728d3b3b87484ddf3075.tar.gz
drakx-0f01aefe04cef0d8efe8728d3b3b87484ddf3075.tar.bz2
drakx-0f01aefe04cef0d8efe8728d3b3b87484ddf3075.tar.xz
drakx-0f01aefe04cef0d8efe8728d3b3b87484ddf3075.zip
fix offering to create a GRUB_BIOS partition
...in custom mode (mga#18656)
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/fs/type.pm2
-rw-r--r--perl-install/install/NEWS3
3 files changed, 7 insertions, 1 deletions
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: