From 1d2aa43fb74f274d43d1c10bf61476d0231d7c3d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Jul 2001 22:13:10 +0000 Subject: fix typo --- perl-install/install_interactive.pm | 2 +- perl-install/install_steps.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 8f41bfa33..79423eeb8 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -46,7 +46,7 @@ Then choose action ``Mount point'' and set it to `/'"), 1) or return; $o->ask_warn('', _("You must have a swap partition")), $ok=0 if !$::expert; $ok &&= $::expert || $o->ask_okcancel('', _("You don't have a swap partition\n\nContinue anyway?")); } - if (arch() =~ /ia64/ && !fsedit::has_mntpoint("/boot/efi", $hds) { + if (arch() =~ /ia64/ && !fsedit::has_mntpoint("/boot/efi", $hds)) { $o->ask_warn('', _("You must have a FAT partition mounted in /boot/efi")); $ok = ''; } diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 305374e95..ac61be77b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -152,7 +152,7 @@ sub doPartitionDisksAfter { $o->{fstab} = [ fsedit::get_fstab(@{$o->{hds}}, @{$o->{lvms}}, $o->{raid}) ]; fsedit::get_root_($o->{fstab}) or die "Oops, no root partition"; - if (arch() =~ /ia64/ && !fsedit::has_mntpoint("/boot/efi", $o->{hds}) { + if (arch() =~ /ia64/ && !fsedit::has_mntpoint("/boot/efi", $o->{hds})) { die _("You must have a FAT partition mounted in /boot/efi"); } -- cgit v1.2.1