diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-27 07:50:18 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-27 07:50:18 +0100 |
commit | 56e71da7f383b0d33d2056f1c12381a5ae2ee305 (patch) | |
tree | ba01bb504cac1756d0df5091e9e2500aa63477b7 /perl-install/install/steps_interactive.pm | |
parent | 4b300c2602a5fe9c4999a17a154e05b3076d9800 (diff) | |
download | drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.tar drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.tar.gz drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.tar.bz2 drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.tar.xz drakx-56e71da7f383b0d33d2056f1c12381a5ae2ee305.zip |
display "ESP" in summary under UEFI (cosmetics)
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |