Skip to content

Commit

Permalink
Spoke too soon - error in OpenBSD install
Browse files Browse the repository at this point in the history
  • Loading branch information
churchers committed Aug 10, 2015
1 parent 607a1ae commit 8b9634d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/vm-guest
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ __guest_openbsd(){
else
if [ "$1" = "install" ]; then
__log_and_write "write" "${_name}" "device.map" "(hd0) ${vm_dir}/${_name}/${_disk}"
__log_and_write "appnd" "${_name}" "(cd0) ${vm_dir}/.iso/${_iso}"
__log_and_write "appnd" "${_name}" "device.map" "(cd0) ${vm_dir}/.iso/${_iso}"
__log_and_write "write" "${_name}" "boot.cmd" "kopenbsd -h com0 /${_gver}/amd64/bsd.rd"
__log_and_write "appnd" "${_name}" "boot.cmd" "boot"
__log "guest" "${_name}" "grub-bhyve -r cd0 -m ${vm_dir}/${_name}/device.map -M ${_memory} ${_name} < ${vm_dir}/${_name}/boot.cmd"
Expand Down
3 changes: 1 addition & 2 deletions vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

VERSION=0.6
LOG_TAG=vm-bhyve
VERSION=0.6.1

. /etc/rc.subr
load_rc_config "vm"
Expand Down

0 comments on commit 8b9634d

Please sign in to comment.