Blame SOURCES/virt-manager-RHEL-only-virt-install-doc-remove-reference-to-physical-CD-devices.patch

3de2b3
From 000260a621a41883006ae9367b57a4db382169b3 Mon Sep 17 00:00:00 2001
3de2b3
Message-Id: <000260a621a41883006ae9367b57a4db382169b3@dist-git>
184e0d
From: Pavel Hrdina <phrdina@redhat.com>
343f27
Date: Mon, 24 Mar 2014 10:10:47 +0100
66a46e
Subject: [PATCH] RHEL-only: virt-install, doc: remove reference to physical CD
66a46e
 devices
343f27
184e0d
From: Giuseppe Scrivano <gscrivan@redhat.com>
184e0d
343f27
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1072610
343f27
343f27
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
be4205
be4205
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1290314
be4205
be4205
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
343f27
---
95a61e
 man/virt-install.pod | 24 +++++-------------------
95a61e
 1 file changed, 5 insertions(+), 19 deletions(-)
343f27
343f27
diff --git a/man/virt-install.pod b/man/virt-install.pod
3de2b3
index 00f8d125..b57316c2 100644
343f27
--- a/man/virt-install.pod
343f27
+++ b/man/virt-install.pod
3de2b3
@@ -358,11 +358,11 @@ Use --pm=? to see a list of all available sub options. Complete details at L
95a61e
 =item B<--cdrom> OPTIONS
343f27
 
95a61e
 File or device used as a virtual CD-ROM device.
343f27
-It can be path to an ISO image, or to a CDROM device. It can also be a URL
343f27
-from which to fetch/access a minimal boot ISO image. The URLs take the same
343f27
-format as described for the C<--location> argument. If a cdrom has been
343f27
-specified via the C<--disk> option, and neither C<--cdrom> nor any other
343f27
-install option is specified, the C<--disk> cdrom is used as the install media.
343f27
+It can be path to an ISO image or a URL from which to fetch/access a
343f27
+minimal boot ISO image. The URLs take the same format as described for
be4205
+the C<--location> argument. If a cdrom has been specified via the
be4205
+C<--disk> option, and neither C<--cdrom> nor any other install option
be4205
+is specified, the C<--disk> cdrom is used as the install media.
343f27
 
95a61e
 =item B<-l> LOCATION
343f27
 
3de2b3
@@ -1705,20 +1705,6 @@ C<~/.cache/virt-manager/virt-install.log> even if this parameter is omitted.
343f27
 
343f27
 =head1 EXAMPLES
343f27
 
e2df08
-Install a Fedora 20 KVM guest with virtio accelerated disk/network,
95a61e
-creating a new 10GiB qcow2 file, installing from media in the hosts
e2df08
-CDROM drive. This will use Spice graphics by default, and launch autolaunch
e2df08
-a graphical client.
343f27
-
343f27
-  # virt-install \
343f27
-       --connect qemu:///system \
343f27
-       --virt-type kvm \
343f27
-       --name demo \
e2df08
-       --memory 500 \
e2df08
-       --disk size=10 \
343f27
-       --cdrom /dev/cdrom \
343f27
-       --os-variant fedora13
343f27
-
343f27
 Install a Fedora 9 plain QEMU guest, using LVM partition, virtual networking,
95a61e
 booting from PXE, using VNC server/viewer, with virtio-scsi disk
343f27
 
95a61e
-- 
3de2b3
2.17.0
95a61e