From b9810479d0b9226a19e6da19b146dd45e2cdd89f3c1a3c7fec45b1712d347e22 Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Mon, 6 Jun 2016 09:53:39 +0000 Subject: [PATCH] Accepting request 400150 from home:arvidjaar:bnc:963610 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch to grub2-once from Björn Voigt to skip comments. OBS-URL: https://build.opensuse.org/request/show/400150 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=219 --- 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