Skip to content

Commit

Permalink
Merge pull request #295 from ocochard/patch-1
Browse files Browse the repository at this point in the history
No more disks limitation with latest UEFI firmware
  • Loading branch information
churchers authored Mar 22, 2019
2 parents d885a79 + 816ac13 commit 7da944f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/vm-run
Original file line number Diff line number Diff line change
Expand Up @@ -502,11 +502,6 @@ vm::bhyve_device_disks(){
if [ -n "${_uefi}" ]; then
_slot=$((_slot + 1))

# stop at slot 6 on uefi
if [ ${_slot} -ge 7 ]; then
util::log "guest" "${_name}" "ending disks at disk${_num} due to UEFI firmware limitations"
break
fi
else
_func=$((_func + 1))
fi
Expand Down

0 comments on commit 7da944f

Please sign in to comment.