Skip to content

Commit

Permalink
Add failsafe_disabled element to AutoYaST schema
Browse files Browse the repository at this point in the history
* This element was not present in SLE 12 GA.
  • Loading branch information
imobachgs committed Nov 20, 2015
1 parent 66cead5 commit 675d1c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/yast2-bootloader.changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
-------------------------------------------------------------------
Fri Nov 20 07:19:26 UTC 2015 - igonzalezsosa@suse.com

- Fix AutoYaST schema to allow specification of 'vgamode'
in globals section (bsc#954412)
- Fix AutoYaST schema to allow specification of 'vgamode',
'xen_kernel_append' and 'failsafe_disabled' in globals section
(bsc#954412)

-------------------------------------------------------------------
Wed Nov 18 12:10:10 UTC 2015 - mvidner@suse.com
Expand Down
1 change: 1 addition & 0 deletions src/autoyast-rnc/bootloader.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ bl_global =
element gfxmode { text }? &
element gfxtheme { text }? &
# really "true"|"false", without config:type=boolean
element failsafe_disabled { "true" | "false" }? &
element hiddenmenu { "true" | "false" }? &
element os_prober { "true" | "false" }? &
element suse_btrfs { "true" | "false" }? &
Expand Down

0 comments on commit 675d1c5

Please sign in to comment.