diff options
Diffstat (limited to 'etc')
-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 |