[virt-tools-list] [PATCH] man: virt-install: Documenting bood_order parameter

Cole Robinson crobinso at redhat.com
Mon Nov 23 19:06:22 UTC 2015


On 11/23/2015 04:40 AM, Kothapally Madhu Pavan wrote:
> virt-install man page doesn't have boot_order documentation.
> This patch documents boot_order.
> 
> Signed-off-by: Kothapally Madhu Pavan <kmp at linux.vnet.ibm.com>
> ---
>  man/virt-install.pod |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/man/virt-install.pod b/man/virt-install.pod
> index 4dce2df..1f3f535 100644
> --- a/man/virt-install.pod
> +++ b/man/virt-install.pod
> @@ -575,6 +575,10 @@ Disk device type. Value can be 'cdrom', 'disk', 'lun' or 'floppy'. Default is
>  'disk'. If a 'cdrom' is specified, and no install method is chosen, the
>  cdrom is used as the install media.
>  
> +=item B<boot_order>
> +
> +Guest installation with multiple disks will need this parameter to boot correctly after being installed. A boot_order parameter will take values 1,2,3,... Devices with lower value has higher priority.
> +
>  =item B<bus>
>  
>  Disk bus type. Value can be 'ide', 'sata', 'scsi', 'usb', 'virtio' or 'xen'.

Thanks, fixed the typo in the subject and pushed

- Cole




More information about the virt-tools-list mailing list