summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-01-07 11:56:31 +0000
committerFrancois Pons <fpons@mandriva.com>2000-01-07 11:56:31 +0000
commit4b1e5a783ad0ceab4640d3e0359ed253439b5d3c (patch)
treed8085bd24171b42b06207f8c64ae8948e6e21d69 /perl-install/install_any.pm
parente28cc9776192f3d4bbc86bd2781106faf6d0b656 (diff)
downloaddrakx-backup-do-not-use-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar
drakx-backup-do-not-use-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.gz
drakx-backup-do-not-use-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.bz2
drakx-backup-do-not-use-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.xz
drakx-backup-do-not-use-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm4
1 files changed, 4 insertions, 0 deletions
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";