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

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