summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-23 21:03:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-23 21:03:24 +0000
commit49ab1f812ba36c447fcd49ad4a2c7d76eb1a9430 (patch)
tree28c34fd7365cdbb51ea2779c8981461a68c8ce20 /perl-install/install_steps_interactive.pm
parenteb7733ca9e726f3dd1ae6a65107877445bd32d5d (diff)
downloaddrakx-backup-do-not-use-49ab1f812ba36c447fcd49ad4a2c7d76eb1a9430.tar
drakx-backup-do-not-use-49ab1f812ba36c447fcd49ad4a2c7d76eb1a9430.tar.gz
drakx-backup-do-not-use-49ab1f812ba36c447fcd49ad4a2c7d76eb1a9430.tar.bz2
drakx-backup-do-not-use-49ab1f812ba36c447fcd49ad4a2c7d76eb1a9430.tar.xz
drakx-backup-do-not-use-49ab1f812ba36c447fcd49ad4a2c7d76eb1a9430.zip
(formatMountPartitions): help perl (otherwise wait_message stays forever in newt)
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index ea36e3330..62432d535 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -342,6 +342,7 @@ sub formatMountPartitions {
$@ =~ /fsck failed on (\S+)/ or return;
$o->ask_yesorno('', N("Failed to check filesystem %s. Do you want to repair the errors? (beware, you can loose data)", $1), 1);
};
+ undef $w; #- help perl (otherwise wait_message stays forever in newt)
die N("Not enough swap space to fulfill installation, please add some") if availableMemory() < 40 * 1024;
}