From f8949d478cbd30bbb50c31c2c8a7d36ac64743ef Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Oct 1999 09:52:21 +0000 Subject: *** empty log message *** --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index bd63f664c..722cf27c5 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -314,7 +314,7 @@ sub lnx4win_postinstall { my $dir = "/dos/lnx4win"; my $kernel = "$dir/vmlinuz"; rename $kernel, "$kernel.old"; - commands::cp("-f", "$prefix/boot/vmlinuz", $kernel); + commands::dd("if=$prefix/boot/vmlinuz", "of=$kernel"); unlink "$dir/size.txt"; unlink "$dir/swapfile.txt"; -- cgit v1.2.1