]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 267963:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Jul 2014 17:49:27 +0000 (17:49 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Jul 2014 17:49:27 +0000 (17:49 +0000)
commitd20bcbac3013cc41d1bdd16469f1f224546e6413
tree585365056a236709ed981bc6bf071add1c3cb066
parentfc2b4dc59457bbec3af99f2e2d7dde968c503fb2
MFC 267963:
The latest versoin of file/libmagic identifes a filesystem image
is identified as "DOS/MBR boot sector" as opposed to "x86 boot sector".

This trips up vmrun.sh when using the new file(1) and makes it want to boot
into the installer instead.

Fix this by just looking for "boot sector" instead.

git-svn-id: svn://svn.freebsd.org/base/stable/10@268594 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/examples/bhyve/vmrun.sh