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

Kothapally Madhu Pavan kmp at linux.vnet.ibm.com
Mon Nov 23 09:40:49 UTC 2015


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'.




More information about the virt-tools-list mailing list