Skip to content

Commit

Permalink
Merge pull request #282 from imobach/add-vgamode-to-schema
Browse files Browse the repository at this point in the history
Add missing 'vgamode' and 'xen_kernel_append' elements in AutoYaST sc…
  • Loading branch information
imobachgs committed Nov 20, 2015
2 parents 4ef5ed0 + c4a06c5 commit 325ea99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/yast2-bootloader.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 20 07:19:26 UTC 2015 - igonzalezsosa@suse.com

- Fix AutoYaST schema to allow specification of 'vgamode'
in globals section (bsc#954412)
- 3.1.94.9

-------------------------------------------------------------------
Wed Nov 18 12:10:10 UTC 2015 - mvidner@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-bootloader.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-bootloader
Version: 3.1.94.8
Version: 3.1.94.9
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
6 changes: 4 additions & 2 deletions src/autoyast-rnc/bootloader.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ bl_global =
element hiddenmenu { "true" | "false" }? &
element os_prober { "true" | "false" }? &
element suse_btrfs { "true" | "false" }? &
element xen_append { text }? &
element xen_append { text }? &
element xen_kernel_append { text }? &

element boot_custom { text }? &
element generic_mbr { text }? &
Expand All @@ -68,7 +69,8 @@ bl_global =
boot_boot? &
boot_extended? &
boot_mbr? &
stage1_dev?
stage1_dev? &
element vgamode { text }?
}

lines_cache_id = element lines_cache_id { text }
Expand Down

0 comments on commit 325ea99

Please sign in to comment.