summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-05-03 13:24:32 +0000
committerFrancois Pons <fpons@mandriva.com>2000-05-03 13:24:32 +0000
commit8f5d72a12b4488f3007c73537d5212b6b67cadce (patch)
treebd76dac0f42c1d3e08c55d03b777741868a72fba /perl-install/install_steps.pm
parent0f91e019e84e1cc55b224ebb4b81eccaf63eecbe (diff)
downloaddrakx-8f5d72a12b4488f3007c73537d5212b6b67cadce.tar
drakx-8f5d72a12b4488f3007c73537d5212b6b67cadce.tar.gz
drakx-8f5d72a12b4488f3007c73537d5212b6b67cadce.tar.bz2
drakx-8f5d72a12b4488f3007c73537d5212b6b67cadce.tar.xz
drakx-8f5d72a12b4488f3007c73537d5212b6b67cadce.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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");
}
}