forked from pool/grub2
Accepting request 339606 from home:eeich:branches:Base:System
- Include custom.cfg into the files scanned by grub2-once. Allows to chose manually added entries as well (FATE#319632). OBS-URL: https://build.opensuse.org/request/show/339606 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=182
This commit is contained in:
parent
1a0ddd28c8
commit
84b99e67aa
@ -89,6 +89,13 @@ while (<MENU>) {
|
||||
|
||||
close (MENU);
|
||||
|
||||
if (open(MENU, "<$grub2_dir/custom.cfg")) {
|
||||
while (<MENU>) {
|
||||
&parse_menuentry ("", $_);
|
||||
}
|
||||
close (MENU);
|
||||
}
|
||||
|
||||
my $ret = "";
|
||||
my $name = "";
|
||||
my $id = -1;
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 11:45:10 UTC 2015 - eich@suse.com
|
||||
|
||||
- Include custom.cfg into the files scanned by grub2-once.
|
||||
Allows to chose manually added entries as well (FATE#319632).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 09:01:37 UTC 2015 - mchang@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package grub2
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user