From 077646eb555255e406ff9b28ecb539e38b22255e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Mar 2020 14:34:34 +0100 Subject: do not try anymore to restore MBR with lilo rationale: we don't install lilo anymore, we only support it when upgrading see commit 9001e5c9e7e4235d81d73b92a48c57785374f97e --- perl-install/any.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/any.pm') 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")); -- cgit v1.2.1