diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 20:56:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 20:56:19 +0000 |
commit | 15859d28d570cebe504dac6052ed6d28c6482344 (patch) | |
tree | f250270022dc5a5e257499bf3299dae5f2e4d6d4 /perl-install/install2.pm | |
parent | 9a043fba050690f8c171f5ad7f5088ba04945b9e (diff) | |
download | drakx-15859d28d570cebe504dac6052ed6d28c6482344.tar drakx-15859d28d570cebe504dac6052ed6d28c6482344.tar.gz drakx-15859d28d570cebe504dac6052ed6d28c6482344.tar.bz2 drakx-15859d28d570cebe504dac6052ed6d28c6482344.tar.xz drakx-15859d28d570cebe504dac6052ed6d28c6482344.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 40ee09a5d..8073a340a 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -329,10 +329,11 @@ sub formatPartitions { my $d = "/initrd/loopfs/lnx4win"; if (-d $d) { +#- install_any::useMedium(0); install_any::getAndSaveFile("lnx4win/$_", "$d/$_") foreach qw(loadlin.exe linux.pif lnx4win.exe lnx4win.ico); } - chdir "$o->{prefix}"; +#- chdir "$o->{prefix}"; was for core dumps #-noatime option for ext2 fs on laptops (do not wake up the hd) #- Do not update inode access times on this |