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:
commit
b18abde1e2
@ -59,6 +59,9 @@ open(SYSCONF, "</etc/sysconfig/bootloader") || die "cannot read bootloader sysco
|
|||||||
|
|
||||||
$grub2_dir = "";
|
$grub2_dir = "";
|
||||||
while (<SYSCONF>) {
|
while (<SYSCONF>) {
|
||||||
|
if (/^#/) {
|
||||||
|
next
|
||||||
|
};
|
||||||
if (/LOADER_TYPE="(.*)"/) {
|
if (/LOADER_TYPE="(.*)"/) {
|
||||||
my $bl = $1;
|
my $bl = $1;
|
||||||
if ($bl eq "grub2" || $bl eq "grub2-efi") {
|
if ($bl eq "grub2" || $bl eq "grub2-efi") {
|
||||||
|
@ -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
|
Fri May 20 09:28:16 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user