From a8e3af5b419b7e43d1e590b9e48e56fc1e5b5e87 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 24 Mar 2014 10:10:47 +0100 Subject: [PATCH] virt-install, doc: remove reference to physical CD devices RHEL-only Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1072610 Signed-off-by: Giuseppe Scrivano --- man/virt-install.pod | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/man/virt-install.pod b/man/virt-install.pod index 2fcfdcb..03b6ad3 100644 --- a/man/virt-install.pod +++ b/man/virt-install.pod @@ -197,12 +197,12 @@ including images that virt-install is asked to create. =item --cdrom=CDROM -File or device use as a virtual CD-ROM device for fully virtualized guests. -It can be path to an ISO image, or to a CDROM device. It can also be a URL -from which to fetch/access a minimal boot ISO image. The URLs take the same -format as described for the C<--location> argument. If a cdrom has been -specified via the C<--disk> option, and neither C<--cdrom> nor any other -install option is specified, the C<--disk> cdrom is used as the install media. +File to use as a virtual CD-ROM device for fully virtualized guests. +It can be path to an ISO image or a URL from which to fetch/access a +minimal boot ISO image. The URLs take the same format as described for +the C<--location> argument. If a cdrom has been specified via the +C<--disk> option, and neither C<--cdrom> nor any other install option +is specified, the C<--disk> cdrom is used as the install media. =item -l LOCATION, --location=LOCATION @@ -1323,20 +1323,6 @@ even if this parameter is omitted. =head1 EXAMPLES -Install a Fedora 13 KVM guest with virtio accelerated disk/network, -creating a new 8GB storage file, installing from media in the hosts -CDROM drive, auto launching a graphical VNC viewer - - # virt-install \ - --connect qemu:///system \ - --virt-type kvm \ - --name demo \ - --ram 500 \ - --disk path=/var/lib/libvirt/images/demo.img,size=8 \ - --graphics vnc \ - --cdrom /dev/cdrom \ - --os-variant fedora13 - Install a Fedora 9 plain QEMU guest, using LVM partition, virtual networking, booting from PXE, using VNC server/viewer -- 1.8.5.3