From a2da59191245632276962ff708668ae8a0aac943 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 13 Jan 2003 09:51:02 +0000 Subject: don't say "You must have a swap partition" (since it's after using diskdrake which is for experts) --- perl-install/install_interactive.pm | 1 - 1 file changed, 1 deletion(-) 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)) { -- cgit v1.2.1