diff options
author | Francois Pons <fpons@mandriva.com> | 2000-01-07 11:56:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-01-07 11:56:31 +0000 |
commit | 4b1e5a783ad0ceab4640d3e0359ed253439b5d3c (patch) | |
tree | d8085bd24171b42b06207f8c64ae8948e6e21d69 /perl-install/install_any.pm | |
parent | e28cc9776192f3d4bbc86bd2781106faf6d0b656 (diff) | |
download | drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.gz drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.bz2 drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.tar.xz drakx-4b1e5a783ad0ceab4640d3e0359ed253439b5d3c.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 4 |
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"; |