From 01e5b4f1b8f88018fa4b3a856d0ef4cec06630f2 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 6 Dec 2011 09:27:39 -0500 Subject: doc/ovf/README: documentation fix [David Medberry] LP: #900537 --- doc/ovf/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3