summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-07-02 15:36:04 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-07-03 16:46:52 +0200
commitb0640fc82920ab92e943e5e35dd072e016dcd51f (patch)
treeb38087c5819e92718875d118e720bdc8a1845af1
parent0668f765b1a77c640a7a24f0bf6a2469a68feb68 (diff)
downloaddrakx-b0640fc82920ab92e943e5e35dd072e016dcd51f.tar
drakx-b0640fc82920ab92e943e5e35dd072e016dcd51f.tar.gz
drakx-b0640fc82920ab92e943e5e35dd072e016dcd51f.tar.bz2
drakx-b0640fc82920ab92e943e5e35dd072e016dcd51f.tar.xz
drakx-b0640fc82920ab92e943e5e35dd072e016dcd51f.zip
make clear grub2 is installed on ESP under UEFI
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/any.pm5
-rw-r--r--perl-install/install/NEWS3
3 files changed, 10 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 6cdbf1c8a..adc03e119 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- drakboot:
+ o make clear grub2 is installed on ESP under UEFI
- finish-install:
o drop reload-dm hack
o drop gnome-reboot hack
diff --git a/perl-install/any.pm b/perl-install/any.pm
index ba854dad7..9aad51502 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -390,6 +390,10 @@ sub setupBootloader__general {
$b->{password2} ||= $b->{password} ||= '';
$::Wizard_title = N("Boot Style Configuration");
my (@boot_devices, %boot_devices);
+ if (is_uefi()) {
+ @boot_devices = 'ESP';
+ %boot_devices = (ESP => N("EFI System partition"));
+ } else {
foreach (bootloader::allowed_boot_parts($b, $all_hds)) {
my $dev = "/dev/$_->{device}";
push @boot_devices, $dev;
@@ -400,6 +404,7 @@ sub setupBootloader__general {
}
$boot_devices{$dev} = $name ? "$dev ($name)" : $dev;
}
+ }
$in->ask_from_({ #messages => N("Bootloader main options"),
title => N("Bootloader main options"),
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index a6e29f744..a29d56209 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,6 @@
+- bootloader configuration:
+ o make clear grub2 is installed on ESP under UEFI
+
Version 17.47 - 30 June 2016
- partionning: