From 763ffd3a939b5428257adcd63a500041c3813ca2 Mon Sep 17 00:00:00 2001 From: kn <> Date: Sat, 14 Dec 2019 09:46:02 +0000 Subject: [PATCH] Fix comment: vmctl command options come before arguments --- src/etc/examples/vm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/examples/vm.conf b/src/etc/examples/vm.conf index 12f16103..e1f4f01e 100644 --- a/src/etc/examples/vm.conf +++ b/src/etc/examples/vm.conf @@ -1,4 +1,4 @@ -# $OpenBSD: vm.conf,v 1.8 2017/11/11 02:50:07 mlarkin Exp $ +# $OpenBSD: vm.conf,v 1.9 2019/12/14 09:46:02 kn Exp $ # # Macros @@ -25,7 +25,7 @@ switch "local" { vm "openbsd.vm" { boot $sets "bsd.rd" - # First disk from 'vmctl create "/home/vm/OpenBSD.img" -s 4G' + # First disk from 'vmctl create -s 4G "/home/vm/OpenBSD.img"' disk "/home/vm/OpenBSD.img" # Second disk from OpenBSD contains the install sets