summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 9fd714929..6ffca6267 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -2125,7 +2125,7 @@ sub install {
die N("You cannot install the bootloader on a %s partition\n", $part->{fs_type})
if $part->{fs_type} eq 'xfs';
}
- $bootloader->{keytable} = keytable($bootloader->{keytable});
+ $bootloader->{keytable} = keytable($bootloader->{keytable}) if $bootloader->{method} eq 'lilo';
action($bootloader, 'install', $all_hds);
}