summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-12-06 09:27:39 -0500
committerScott Moser <smoser@ubuntu.com>2011-12-06 09:27:39 -0500
commit01e5b4f1b8f88018fa4b3a856d0ef4cec06630f2 (patch)
tree6ac4f8999ab0c3b4ccfa58507a9355f757ca52bf /doc
parent9909bfda3397b164d91e7b0ba203651e08be0988 (diff)
downloadvyos-cloud-init-01e5b4f1b8f88018fa4b3a856d0ef4cec06630f2.tar.gz
vyos-cloud-init-01e5b4f1b8f88018fa4b3a856d0ef4cec06630f2.zip
doc/ovf/README: documentation fix [David Medberry]
LP: #900537
Diffstat (limited to 'doc')
-rw-r--r--doc/ovf/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ovf/README b/doc/ovf/README
index d5cfb443..e3ef12e0 100644
--- a/doc/ovf/README
+++ b/doc/ovf/README
@@ -39,7 +39,7 @@ box, follow the steps below.
Optionally, you could decompress the image, which will make it boot faster
but will take up more local disk space.
$ qemu-img convert -O qcow2 "$disk.img" "$disk.qcow2"
- $ qemu-img create -O qcow2 -b "$disk.qcow2" ubuntu.qcow2
+ $ qemu-img create -f qcow2 -b "$disk.qcow2" ubuntu.qcow2
- Create an ISO file that will provide user-data to the image.
This will put the contents of 'user-data' into an ovf-env.xml file