diff options
author | 2015-12-07 17:12:16 +0000 | |
---|---|---|
committer | 2015-12-07 17:12:16 +0000 | |
commit | 07c5ab895a9a0ba8a5a16dc157966b3ed80259f3 (patch) | |
tree | a53c845b6d10a5e969b6408dae5de15d5554debc | |
parent | Add regression tests for in_pcbbind. (diff) | |
download | wireguard-openbsd-07c5ab895a9a0ba8a5a16dc157966b3ed80259f3.tar.xz wireguard-openbsd-07c5ab895a9a0ba8a5a16dc157966b3ed80259f3.zip |
Previously forgot another /var in the comment
-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 2948dc3820f..c3fb2b11e86 100644 --- a/etc/examples/vm.conf +++ b/etc/examples/vm.conf @@ -1,4 +1,4 @@ -# $OpenBSD: vm.conf,v 1.2 2015/12/07 16:40:41 reyk Exp $ +# $OpenBSD: vm.conf,v 1.3 2015/12/07 17:12:16 reyk Exp $ # # Macros @@ -14,7 +14,7 @@ vm "openbsd.vm" { memory 512M kernel $sets "bsd.rd" - # First disk from 'vmctl create "/var/vm/OpenBSD.img" -s 4G' + # First disk from 'vmctl create "/home/vm/OpenBSD.img" -s 4G' disk "/home/vm/OpenBSD.img" # Second disk from OpenBSD contains the install sets |