summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-05-11 21:33:10 -0400
committerCole Robinson <crobinso@redhat.com>2019-05-12 17:25:47 -0400
commit7f9e21f9b58305a184421e17c6bf212b59fe416a (patch)
treeffef234b3e156a96c29ed1b2ee6400ca86842cd2 /man
parentcbb7d369eff570f40fc0a9a69b86a8db812c4ee1 (diff)
downloadvirt-manager-7f9e21f9b58305a184421e17c6bf212b59fe416a.tar.gz
cli: Rename boot_order to boot.order
And add a backcompat alias to match
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/virt-install.pod b/man/virt-install.pod
index 4b54a84f..4a6852c1 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -648,9 +648,9 @@ 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>
+=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.
+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>