From 4b1e5a783ad0ceab4640d3e0359ed253439b5d3c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 7 Jan 2000 11:56:31 +0000 Subject: *** empty log message *** --- perl-install/install_any.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 8c41424cb..8e029aa65 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -333,6 +333,10 @@ sub crypt($) { crypt ($password, salt(2)); } +sub lnx4win_preinstall { + require swap; + swap::swapon("/dos/lnx4win/swapfile"); #- allow lnx4win to run with a little more memory. +} sub lnx4win_postinstall { my ($prefix) = @_; my $dir = "/dos/lnx4win"; -- cgit v1.2.1