diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-27 14:58:03 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-11-27 14:58:03 +0100 |
commit | 62d7bf75fb35cfcf8289eacefd0dfbf0e54a66d6 (patch) | |
tree | ac248896cf83fa5eeaf696c2cf516afd3a0c994c /perl-install/install/steps_interactive.pm | |
parent | d493169c872894fdfac04f04a58dff73a648dc38 (diff) | |
download | drakx-62d7bf75fb35cfcf8289eacefd0dfbf0e54a66d6.tar drakx-62d7bf75fb35cfcf8289eacefd0dfbf0e54a66d6.tar.gz drakx-62d7bf75fb35cfcf8289eacefd0dfbf0e54a66d6.tar.bz2 drakx-62d7bf75fb35cfcf8289eacefd0dfbf0e54a66d6.tar.xz drakx-62d7bf75fb35cfcf8289eacefd0dfbf0e54a66d6.zip |
explain what is "ESP" on UEFI, through a tooltip
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 418b79aed..22af7b36d 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -882,6 +882,7 @@ sub summary { #-PO: example: lilo-graphic on /dev/hda1 N("%s on %s", $o->{bootloader}{method}, $o->{bootloader}{boot}) : N("None"); }, + if_(is_uefi(), tip => N("EFI System Partition")), clicked => sub { any::setupBootloader($o, $o->{bootloader}, $o->{all_hds}, $o->{fstab}, $o->{security}) or return; }, |