diff options
author | 2016-01-06 09:59:30 +0000 | |
---|---|---|
committer | 2016-01-06 09:59:30 +0000 | |
commit | 8db6b8111e20d9a4437b945f6bfbacc1002a03af (patch) | |
tree | 5953309b7431c12e4621b769a649f53ead63f5bf | |
parent | Last step of ansification of phantasia: (diff) | |
download | wireguard-openbsd-8db6b8111e20d9a4437b945f6bfbacc1002a03af.tar.xz wireguard-openbsd-8db6b8111e20d9a4437b945f6bfbacc1002a03af.zip |
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.
-rw-r--r-- | etc/examples/vm.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/examples/vm.conf b/etc/examples/vm.conf index c3fb2b11e86..1d514c8a494 100644 --- a/etc/examples/vm.conf +++ b/etc/examples/vm.conf @@ -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 |