From 000260a621a41883006ae9367b57a4db382169b3 Mon Sep 17 00:00:00 2001
Message-Id: <000260a621a41883006ae9367b57a4db382169b3@dist-git>
From: Pavel Hrdina <phrdina@redhat.com>
Date: Mon, 24 Mar 2014 10:10:47 +0100
Subject: [PATCH] RHEL-only: virt-install, doc: remove reference to physical CD
devices
From: Giuseppe Scrivano <gscrivan@redhat.com>
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 00f8d125..b57316c2 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -358,11 +358,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
@@ -1705,20 +1705,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.17.0