virt-install man page doesn't have boot_order documentation.
This patch documents boot_order.

Signed-off-by: Kothapally Madhu Pavan <[email protected]>
---
 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'.

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to