Update link for F20.

With the release of F21, the Get Fedora link was pointing to latest version of
Fedora. Since the procedure is for F20, updated the link to refer to
downloading F20.

Change-Id: I22259b290d319be8b0989f147bb60a251293b80c
This commit is contained in:
Deepti Navale 2015-02-23 11:19:32 +11:00
parent 43fd2034c3
commit 6139f1126d

View File

@ -6,8 +6,8 @@
<section xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="section_fedora-example">
<title>Example: Fedora image</title>
<para>Download a Fedora image from <link xlink:href="http://fedoraproject.org/en/get-fedora#clouds">Get Fedora</link>.</para>
<para>This procedure lets you create a Fedora 20 image.</para>
<para>Download a <link xlink:href="http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/x86_64/iso/Fedora-20-x86_64-DVD.iso">Fedora</link>
ISO image. This procedure lets you create a Fedora 20 image.</para>
<procedure>
<step><para>Start the installation using <command>virt-install</command> as shown below:</para>
<screen><prompt>#</prompt> <userinput>qemu-img create -f qcow2 fedora-20.qcow2 8G</userinput>