diff options
author | Francois Pons <fpons@mandriva.com> | 2000-07-19 13:50:47 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-07-19 13:50:47 +0000 |
commit | cae78fa8e06fef034af572bd9f0b058eaaa07327 (patch) | |
tree | fe8516c56df0b9512d6bc19f8a57accab6c1b9fd /perl-install | |
parent | 59ef5c4f7b0fa1f4fe427f7cc90d90199dfde524 (diff) | |
download | drakx-cae78fa8e06fef034af572bd9f0b058eaaa07327.tar drakx-cae78fa8e06fef034af572bd9f0b058eaaa07327.tar.gz drakx-cae78fa8e06fef034af572bd9f0b058eaaa07327.tar.bz2 drakx-cae78fa8e06fef034af572bd9f0b058eaaa07327.tar.xz drakx-cae78fa8e06fef034af572bd9f0b058eaaa07327.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 20633970e..c7c134e76 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -270,7 +270,7 @@ wait %d seconds for default boot. #- manage hackkernel if installed. my $hasHack = -e "$prefix/boot/vmlinuz-hack"; if ($hasHack) { - my $hackVersion = first(readlink "$prefix/boot/vmlinuz-hack" =~ /vmlinux-(.*)/); + my $hackVersion = first(readlink("$prefix/boot/vmlinuz-hack") =~ /vmlinux-(.*)/); add_kernel($prefix, $lilo, $hackVersion, 'hack', { label => 'hack', |