summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-11-27 07:50:18 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-11-27 07:50:18 +0100
commit56e71da7f383b0d33d2056f1c12381a5ae2ee305 (patch)
treeba01bb504cac1756d0df5091e9e2500aa63477b7
parent4b300c2602a5fe9c4999a17a154e05b3076d9800 (diff)
downloaddrakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.tar
drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.tar.gz
drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.tar.bz2
drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.tar.xz
drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.zip
display "ESP" in summary under UEFI (cosmetics)
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/steps_interactive.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 4f9c678a4..6db8bb02b 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,4 @@
+- bootloader: display "ESP" in summary under UEFI
- check DM really is installed, not just present in /usr/share/X11.dm.d
- packages selection:
o open-vm-tools is handled through rpmsrate
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index bc9fae579..418b79aed 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -872,6 +872,7 @@ sub summary {
}
},
};
+ local $o->{bootloader}{boot} = 'ESP' if is_uefi();
push @l, {
group => N("System"),
label => N("Bootloader"),