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

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