typo in OVF README

Bug #900537 reported by David Medberry
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cloud-init
Fix Released
Low
David Medberry

Bug Description

cloud-init/doc/ovf/README has a small typo:

    39 Optionally, you could decompress the image, which will make it boot faster
    40 but will take up more local disk space.
    41 $ qemu-img convert -O qcow2 "$disk.img" "$disk.qcow2"
    42 $ qemu-img create -O qcow2 -b "$disk.qcow2" ubuntu.qcow2

line 42 should read:

    42 $ qemu-img create -f qcow2 -b "$disk.qcow2" ubuntu.qcow2

(This is a documentation bug only--the command fails vs. doing something wrong.)

Related branches

Revision history for this message
David Medberry (med) wrote :
Revision history for this message
Scott Moser (smoser) wrote :

Thanks David, This is fix-commited in revision 480.
http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/revision/480

Changed in cloud-init:
assignee: nobody → David Medberry (med)
importance: Undecided → Low
status: New → Fix Committed
Scott Moser (smoser)
Changed in cloud-init:
status: Fix Committed → Fix Released
Revision history for this message
James Falcon (falcojr) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.