summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-09-08 15:25:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-09-08 15:25:03 +0000
commit6ce9913cd7172999fcd1a717070d1995a0eae4ed (patch)
tree5ccbe0976cc396fcb634d81d134ec16040e7110a /perl-install/install_interactive.pm
parent67d971e518178c8549e3cdf94dce6915eff6609a (diff)
downloaddrakx-backup-do-not-use-6ce9913cd7172999fcd1a717070d1995a0eae4ed.tar
drakx-backup-do-not-use-6ce9913cd7172999fcd1a717070d1995a0eae4ed.tar.gz
drakx-backup-do-not-use-6ce9913cd7172999fcd1a717070d1995a0eae4ed.tar.bz2
drakx-backup-do-not-use-6ce9913cd7172999fcd1a717070d1995a0eae4ed.tar.xz
drakx-backup-do-not-use-6ce9913cd7172999fcd1a717070d1995a0eae4ed.zip
warn "You don't have a swap partition.\n\nContinue anyway?" in expert mode
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm
index 7d6f5be91..46c8a9f5d 100644
--- a/perl-install/install_interactive.pm
+++ b/perl-install/install_interactive.pm
@@ -61,7 +61,7 @@ Then choose action ``Mount point'' and set it to `/'"), 1) or return;
}
if (!grep { isSwap($_) } @fstab) {
$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?"));
+ $ok &&= $o->ask_okcancel('', _("You don't have a swap partition.\n\nContinue anyway?"));
}
if (arch() =~ /ia64/ && !fsedit::has_mntpoint("/boot/efi", $all_hds)) {
$o->ask_warn('', _("You must have a FAT partition mounted in /boot/efi"));