Skip to content

Commit

Permalink
Merge pull request #42 from WenhuaChang/master
Browse files Browse the repository at this point in the history
Revert "Set leagcy grub as default for xen pv guest" (bnc#863820)
  • Loading branch information
wfeldt committed Feb 24, 2014
2 parents d0f38e0 + a363a5b commit 760b888
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/BootCommon.rb
Expand Up @@ -996,10 +996,6 @@ def getLoaderType(recheck)
Builtins.y2milestone(
"It is XEN domU and the bootloader should be installed"
)
# bnc #766283 - opensuse 12.2 pv guests can not start after installation
# due to lack of grub2 support in the host
# fallback to use grub until grub2 really works on it
@loader_type = "grub" if @loader_type == "grub2"
end
if (Arch.i386 || Arch.x86_64) && Linuxrc.InstallInf("EFI") == "1"
# use grub2-efi as default bootloader for x86_64/i386 EFI
Expand Down

0 comments on commit 760b888

Please sign in to comment.