Blob Blame History Raw
From 71eaa0e09c65cf9afb8b0023a8a767cb7c3ee2c8 Mon Sep 17 00:00:00 2001
From: Giuseppe Scrivano <gscrivan@redhat.com>
Date: Mon, 24 Mar 2014 10:10:47 +0100
Subject: [virt-manager PATCH] RHEL-only: virt-install, doc: remove reference
 to physical CD devices

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1072610

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1290314

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---
 man/virt-install.pod | 24 +++++-------------------
 1 file changed, 5 insertions(+), 19 deletions(-)

diff --git a/man/virt-install.pod b/man/virt-install.pod
index a1229c8..8d42688 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -304,11 +304,11 @@ Use --pm=? to see a list of all available sub options. Complete details at L<htt
 =item B<--cdrom> OPTIONS
 
 File or device used as a virtual CD-ROM device.
-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.
+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 B<-l> LOCATION
 
@@ -1635,20 +1635,6 @@ C<~/.cache/virt-manager/virt-install.log> even if this parameter is omitted.
 
 =head1 EXAMPLES
 
-Install a Fedora 20 KVM guest with virtio accelerated disk/network,
-creating a new 10GiB qcow2 file, installing from media in the hosts
-CDROM drive. This will use Spice graphics by default, and launch autolaunch
-a graphical client.
-
-  # virt-install \
-       --connect qemu:///system \
-       --virt-type kvm \
-       --name demo \
-       --memory 500 \
-       --disk size=10 \
-       --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, with virtio-scsi disk
 
-- 
2.8.4