diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 3c452942f..55ad37d3a 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -256,8 +256,6 @@ sub installBootloader { install_bootloader_pkgs($in->do_pkgs, $b); - eval { run_program::rooted($::prefix, 'echo | lilo -u') } if $::isInstall && !$::o->{isUpgrade} && -e "$::prefix/etc/lilo.conf" && glob("$::prefix/boot/boot.*"); - retry: eval { my $_w = $in->wait_message(N("Please wait"), N("Bootloader installation in progress")); |