Blame SOURCES/virt-manager-virt-install-doc-remove-reference-to-physical-CD-dev.patch

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