diff --git a/package/yast2-bootloader.changes b/package/yast2-bootloader.changes index fb337de03..9792ad038 100644 --- a/package/yast2-bootloader.changes +++ b/package/yast2-bootloader.changes @@ -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 diff --git a/src/autoyast-rnc/bootloader.rnc b/src/autoyast-rnc/bootloader.rnc index fae3f99a2..13b58b0f6 100644 --- a/src/autoyast-rnc/bootloader.rnc +++ b/src/autoyast-rnc/bootloader.rnc @@ -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" }? &