Skip to content

Commit

Permalink
uefi firmware port has changed install path
Browse files Browse the repository at this point in the history
  • Loading branch information
churchers committed Jul 11, 2016
1 parent e590a5e commit fbb8519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/vm-run
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ vm::run(){
# look in sysutils/uefi-edk2-bhyve install location and our own .config dir
if [ -e "${vm_dir}/.config/${_bootrom}" ]; then
_bootrom="${vm_dir}/.config/${_bootrom}"
elif [ -e "/usr/local/share/uefi-firmwares/${_bootrom}" ]; then
_bootrom="/usr/local/share/uefi-firmwares/${_bootrom}"
elif [ -e "/usr/local/share/uefi-firmware/${_bootrom}" ]; then
_bootrom="/usr/local/share/uefi-firmware/${_bootrom}"
else
util::log "guest" "${_name}" "fatal; unable to locate relevant uefi firmware"
exit 15
Expand Down
4 changes: 2 additions & 2 deletions vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

VERSION=1.1-p1
VERSION_INT=101060
VERSION=1.1-p2
VERSION_INT=101061
VERSION_BSD=$(uname -K)
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin

Expand Down

0 comments on commit fbb8519

Please sign in to comment.