diff options
Diffstat (limited to 'perl-install/fs/any.pm')
-rw-r--r-- | perl-install/fs/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/any.pm b/perl-install/fs/any.pm index a5c4c9807..68eb40aca 100644 --- a/perl-install/fs/any.pm +++ b/perl-install/fs/any.pm @@ -72,7 +72,7 @@ sub check_hds_boot_and_root { } if (arch() =~ /ia64|x86_64/ && (-e "/sys/firmmware/efi") && !fs::get::has_mntpoint("/boot/EFI", $all_hds)) { - die N("You must have a FAT partition mounted in /boot/EFI"); + die N("You must have a FAT partition mounted in %s", "/boot/EFI"); } } |