From 62d7bf75fb35cfcf8289eacefd0dfbf0e54a66d6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 27 Nov 2018 14:58:03 +0100 Subject: explain what is "ESP" on UEFI, through a tooltip --- perl-install/install/steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install') 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; }, -- cgit v1.2.1