From 8f5d72a12b4488f3007c73537d5212b6b67cadce Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 3 May 2000 13:24:32 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index bf5e7d6f1..867135dfb 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -767,7 +767,7 @@ sub readBootloaderConfigBeforeInstall { $v = "/boot/$v" if $v !~ m|^/|; if (-e "$o->{prefix}$v") { my $e = lilo::get("/boot/$image", $o->{bootloader}) or next; - $e->{kernel} = $v; + $e->{kernel_or_dev} = $v; log::l("renaming /boot/$image entry by $v"); } } -- cgit v1.2.1