From b6ded63cea150f0661b7a94d0cf0ca8b53388de6d6eb3b0ccede606d7e841ec0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 13 Jun 2016 19:51:24 +0000 Subject: [PATCH] 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 --- grub2-once | 3 +++ grub2.changes | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/grub2-once b/grub2-once index 4ea17f2..9dd6213 100644 --- a/grub2-once +++ b/grub2-once @@ -59,6 +59,9 @@ open(SYSCONF, ") { + if (/^#/) { + next + }; if (/LOADER_TYPE="(.*)"/) { my $bl = $1; if ($bl eq "grub2" || $bl eq "grub2-efi") { diff --git a/grub2.changes b/grub2.changes index ae20dcd..0833f91 100644 --- a/grub2.changes +++ b/grub2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 2 19:25:58 UTC 2016 - arvidjaar@gmail.com + +- update grub2-once with patch from Björn Voigt - skip comments in + /etc/sysconfig/bootloader (boo#963610) + ------------------------------------------------------------------- Fri May 20 09:28:16 UTC 2016 - jengelh@inai.de