Merge "Add whole disk image creation command to Installation Guide"

This commit is contained in:
Jenkins 2015-11-12 10:43:02 +00:00 committed by Gerrit Code Review
commit 7e5f678878

View File

@ -621,15 +621,20 @@ them to the Image service:
- Build the image your users will run (Ubuntu image has been taken as - Build the image your users will run (Ubuntu image has been taken as
an example):: an example)::
disk-image-create ubuntu baremetal dhcp-all-interfaces grub2 -o my-image Partition images:
disk-image-create ubuntu baremetal dhcp-all-interfaces grub2 -o my-image
The above command creates *my-image.qcow2*, *my-image.vmlinuz* and Whole disk images:
*my-image.initrd* files. If you want to use Fedora image, replace disk-image-create ubuntu vm dhcp-all-interfaces grub2 -o my-image
*ubuntu* with *fedora* in the above command. The *grub2* element is
only needed if local boot will be used to deploy *my-image.qcow2*, The partition image command creates *my-image.qcow2*, *my-image.vmlinuz* and
otherwise the images *my-image.vmlinuz* and *my-image.initrd* *my-image.initrd* files. The *grub2* element in the partition image creation
will be used for PXE booting after deploying the bare metal with command is only needed if local boot will be used to deploy *my-image.qcow2*,
*my-image.qcow2*. otherwise the images *my-image.vmlinuz* and *my-image.initrd* will be used for
PXE booting after deploying the bare metal with *my-image.qcow2*.
If you want to use Fedora image, replace *ubuntu* with *fedora* in the chosen
command.
- To build the deploy image take a look at the `Building or - To build the deploy image take a look at the `Building or
downloading a deploy ramdisk image`_ section. downloading a deploy ramdisk image`_ section.