Browse Source

This is just an example and we don't have to bump the set's version

number all the time, but let's use install59.fs as it will be the
first release that includes vmm.
OPENBSD_5_9
reyk 8 years ago
parent
commit
52e929147e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/examples/vm.conf

+ 2
- 2
src/etc/examples/vm.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: vm.conf,v 1.3 2015/12/07 17:12:16 reyk Exp $
# $OpenBSD: vm.conf,v 1.4 2016/01/06 09:59:30 reyk Exp $
#
# Macros
@ -18,7 +18,7 @@ vm "openbsd.vm" {
disk "/home/vm/OpenBSD.img"
# Second disk from OpenBSD contains the install sets
disk $sets "install58.fs"
disk $sets "install59.fs"
# Interface will show up as tap(4) on the host and as vio(4) in the VM
interfaces 1


Loading…
Cancel
Save