From 8211bf1044085f646de800b2680331d1450ff6d5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Jul 2001 18:45:18 +0000 Subject: verify a /boot/efi partition exists --- perl-install/install_interactive.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/install_interactive.pm') diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index a486a13ec..8f41bfa33 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -46,6 +46,10 @@ 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) { + $o->ask_warn('', _("You must have a FAT partition mounted in /boot/efi")); + $ok = ''; + } } until $ok; 1; } -- cgit v1.2.1