summaryrefslogtreecommitdiffstats
path: root/perl-install/install_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-13 09:51:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-13 09:51:02 +0000
commita2da59191245632276962ff708668ae8a0aac943 (patch)
treea5657c9be381a5184ea35948a9387b6cb617c245 /perl-install/install_interactive.pm
parent2df42a3a133393eb360fc73312e7deec8cccd554 (diff)
downloaddrakx-backup-do-not-use-a2da59191245632276962ff708668ae8a0aac943.tar
drakx-backup-do-not-use-a2da59191245632276962ff708668ae8a0aac943.tar.gz
drakx-backup-do-not-use-a2da59191245632276962ff708668ae8a0aac943.tar.bz2
drakx-backup-do-not-use-a2da59191245632276962ff708668ae8a0aac943.tar.xz
drakx-backup-do-not-use-a2da59191245632276962ff708668ae8a0aac943.zip
don't say "You must have a swap partition"
(since it's after using diskdrake which is for experts)
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r--perl-install/install_interactive.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm
index 0532e53e6..a8143117d 100644
--- a/perl-install/install_interactive.pm
+++ b/perl-install/install_interactive.pm
@@ -65,7 +65,6 @@ For this, create a partition (or click on an existing one).
Then choose action ``Mount point'' and set it to `/'"), 1) or return;
}
if (!any { isSwap($_) } @fstab) {
- $o->ask_warn('', N("You must have a swap partition")), $ok = 0 if !$::expert;
$ok &&= $o->ask_okcancel('', N("You don't have a swap partition.\n\nContinue anyway?"));
}
if (arch() =~ /ia64/ && !fsedit::has_mntpoint("/boot/efi", $all_hds)) {