Skip to content

Commit

Permalink
Merge pull request #161 from yast/port_fix_vga
Browse files Browse the repository at this point in the history
Port fix vga
  • Loading branch information
jreidinger committed Sep 17, 2014
2 parents d4c08a7 + 68d63a7 commit 67872c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 17 07:42:12 UTC 2014 - jreidinger@suse.com

- pass vga mode if specified during installation
(bnc#896300,bnc#891060)

-------------------------------------------------------------------
Mon Sep 15 14:18:20 UTC 2014 - jreidinger@suse.com

Expand Down
4 changes: 4 additions & 0 deletions src/modules/BootGRUB2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ def Propose
case Arch.architecture
when "i386", "x86_64"
grub_LocationProposal
# pass vga if available (bnc#896300)
if !Kernel.GetVgaType.empty?
BootCommon.globals["vgamode"]= Kernel.GetVgaType
end
when /ppc/
partition = prep_partitions.first
if partition
Expand Down

0 comments on commit 67872c9

Please sign in to comment.