From 37860db32a298e81d107848c7021f39427ff2e29 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Sep 1999 00:38:28 +0000 Subject: no_comment --- perl-install/install_any.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index d06f02d5c..d79dd42e3 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -47,7 +47,7 @@ sub getFile($) { } sub kernelVersion { - local $_ = readlink("$::o->{prefix}/boot/vmlinuz") or $::testing && "2.2.testversion" or die "I couldn't find the kernel package!"; + local $_ = readlink("$::o->{prefix}/boot/vmlinuz") || $::testing && "vmlinuz-2.2.testversion" or die "I couldn't find the kernel package!"; first(/vmlinuz-(.*)/); } @@ -60,7 +60,6 @@ sub getNextStep { sub spawnSync { return if $::o->{localInstall} || $::testing; - fork and return; while (1) { sleep(30); sync(); } } -- cgit v1.2.1