SHA256
1
0
forked from pool/grub2

Accepting request 400198 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/400198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=138
This commit is contained in:
2016-06-13 19:51:24 +00:00
committed by Git OBS Bridge
parent 3bf9aa10ca
commit b6ded63cea
2 changed files with 9 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ open(SYSCONF, "</etc/sysconfig/bootloader") || die "cannot read bootloader sysco
$grub2_dir = "";
while (<SYSCONF>) {
if (/^#/) {
next
};
if (/LOADER_TYPE="(.*)"/) {
my $bl = $1;
if ($bl eq "grub2" || $bl eq "grub2-efi") {