]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r263468:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Mar 2014 09:37:11 +0000 (09:37 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Mar 2014 09:37:11 +0000 (09:37 +0000)
commit90fd259afd781d6e1e27abcb697fd5316b885bf0
tree58219402fd7e1f9ab67c25905118d555861be55b
parent48c8b51f1e01fcb0c94e67638c36ef5436d0d4e6
MFC r263468:
  When loader(8) inspects MBR, it chooses GPT as main partition table,
  when MBR contains only PMBR entry or it is bootcamp-compatible.
  If MBR has PMBR entry and some other, the loader rejects it.

  Make these checks to be less strict. If loader decided that PMBR
  isn't suitable for GPT, it will use MBR.

  Reported by: Paul Thornton

git-svn-id: svn://svn.freebsd.org/base/stable/9@263965 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/common/part.c