doc/ovf/README: documentation fix [David Medberry]
This commit is contained in:
parent
09eb5b1a29
commit
95cd33faf5
@ -39,7 +39,7 @@ box, follow the steps below.
|
|||||||
Optionally, you could decompress the image, which will make it boot faster
|
Optionally, you could decompress the image, which will make it boot faster
|
||||||
but will take up more local disk space.
|
but will take up more local disk space.
|
||||||
$ qemu-img convert -O qcow2 "$disk.img" "$disk.qcow2"
|
$ 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.
|
- 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
|
This will put the contents of 'user-data' into an ovf-env.xml file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user