[install-guide] edited a command for using DVD as software repo

Jack Reed jjr at fedoraproject.org
Wed Mar 7 00:24:06 UTC 2012


commit 8b8c24ec726eb0e4635f50c161740ed13fb12602
Author: Jack Reed <jreed at redhat.com>
Date:   Wed Mar 7 10:23:24 2012 +1000

    edited a command for using DVD as software repo

 en-US/Kickstart2.xml |   11 ++++++++++-
 en-US/nextsteps.xml  |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index 772bb69..ba2e830 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -1814,7 +1814,16 @@ logvol / --vgname=myvg --size=1 --name=rootvol --grow --percent=90</programlisti
 					<para>
 						If more than one Fedora installation exists on the system on different partitions, the installation program prompts the user and asks which installation to upgrade.
 					</para>
-
+					
+					<warning>
+					  <para>
+						As of Fedora 16, you need a biosboot partition in order to successfully install the bootloader on a disk that contains a GPT/GUID partition table. This includes disks initialized by the installer. This partition can be created with the kickstart option <command>part biosboot --fstype=biosboot --size=1</command>.
+					  </para>
+					  <para>
+						However, if the disk already has a biosboot partition, adding a <command>"part biosboot"</command> option is unnecessary.
+					   </para>
+					</warning>
+					
 					<warning>
 						<title>Warning</title>
 
diff --git a/en-US/nextsteps.xml b/en-US/nextsteps.xml
index 1fb55e0..e1773bc 100644
--- a/en-US/nextsteps.xml
+++ b/en-US/nextsteps.xml
@@ -397,7 +397,7 @@
 baseurl=file:///mnt/repo/Server
 enabled=1
 gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release</programlisting>
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch</programlisting>
 								 <para>
 									The name of the repository is specified in square brackets — in this example, <literal>[dvd]</literal>. The name is not important, but you should choose something that is meaningful and recognizable.
 								</para>


More information about the docs-commits mailing list