summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-09 08:55:10 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-09 13:19:12 +0200
commit7e1d68a285ff3145cd0c344194eb1c4f7538ce89 (patch)
tree3ba844b60f79fee36f99cac8661a8ede2787e93f /perl-install/any.pm
parent80b43f6ee1b335af44c3ce3dbf6bb1a1311847d5 (diff)
downloaddrakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.tar
drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.tar.gz
drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.tar.bz2
drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.tar.xz
drakx-7e1d68a285ff3145cd0c344194eb1c4f7538ce89.zip
16.9216.92
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 3dc696994..8916480b2 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -613,6 +613,7 @@ sub setupBootloader__grub2 {
# update entries (so that we can display their list below):
my $error;
run_program::rooted($::prefix, 'update-grub2', '2>', \$error) or die "update-grub2 failed: $error";
+
# read grub2 auto-generated entries (instead of keeping eg: grub/lilo ones):
my $b2 = bootloader::read_grub2();