[install-guide/f21-branch] When getting install images, initrd, etc. from Fedora mirrors, get Server, not Everything or Fedora

pbokoc pbokoc at fedoraproject.org
Wed Dec 10 18:53:45 UTC 2014


commit 29af5559b1481053418189d96d2046d559f2656f
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Wed Dec 10 19:52:18 2014 +0100

    When getting install images, initrd, etc. from Fedora mirrors, get Server, not Everything or Fedora

 en-US/Network_based_Installations.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/en-US/Network_based_Installations.xml b/en-US/Network_based_Installations.xml
index 15e18c3..d079c16 100644
--- a/en-US/Network_based_Installations.xml
+++ b/en-US/Network_based_Installations.xml
@@ -219,7 +219,7 @@ label linux
   menu label ^Install Fedora &PRODVER; 64-bit
   menu default
   kernel f&PRODVER;/vmlinuz
-  append initrd=f&PRODVER;/initrd.img ip=dhcp inst.repo=http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Everything/x86_64/os/
+  append initrd=f&PRODVER;/initrd.img ip=dhcp inst.repo=http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Server/x86_64/os/
 
 label server
   menu label ^Install Fedora &PRODVER; Server
@@ -230,7 +230,7 @@ label server
 label rescue
   menu label ^Rescue installed system
   kernel f&PRODVER;/vmlinuz
-  append initrd=f&PRODVER;initrd.img rescue ip=dhcp root=live:http://dl.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Fedora/x86_64/os/LiveOS/squashfs.img rescue
+  append initrd=f&PRODVER;initrd.img rescue ip=dhcp root=live:http://dl.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Server/x86_64/os/LiveOS/squashfs.img rescue
 
 label local
   menu label Boot from ^local drive
@@ -255,7 +255,7 @@ set gfxpayload=keep
 insmod gzio
 
 menuentry 'Install &PRODUCT; 64-bit'  --class fedora --class gnu-linux --class gnu --class os {
-  linuxefi f&PRODVER;/vmlinuz ip=dhcp inst.repo=inst.repo=http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Everything/x86_64/os/
+  linuxefi f&PRODVER;/vmlinuz ip=dhcp inst.repo=inst.repo=http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Server/x86_64/os/
   initrdefi f&PRODVER;/initrd.img
   }
                     
@@ -266,7 +266,7 @@ menuentry 'Install Fedora &PRODVER; Server'  --class fedora --class gnu-linux --
 
 menuentry 'Rescue installed system'  --class fedora --class gnu-linux --class gnu --class os {
   kernel f&PRODVER;/vmlinuz
-  append f&PRODVER;/initrd=initrd.img rescue root=live:http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Fedora/x86_64/os/LiveOS/squashfs.img rescue
+  append f&PRODVER;/initrd=initrd.img rescue root=live:http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Server/x86_64/os/LiveOS/squashfs.img rescue
   }
                 </programlisting>
               </step>
@@ -287,13 +287,13 @@ menuentry 'Rescue installed system'  --class fedora --class gnu-linux --class gn
               <step>
                 <para>Download the kernel.</para>
                 <screen>
-<command>wget http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Fedora/x86_64/os/images/pxeboot/vmlinuz -o <filename>/var/lib/tftpboot/f&PRODVER;/vmlinuz</filename></command>
+<command>wget http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Server/x86_64/os/images/pxeboot/vmlinuz -o <filename>/var/lib/tftpboot/f&PRODVER;/vmlinuz</filename></command>
                 </screen>
               </step>
               <step>
                 <para>Download the initrd</para>
                 <screen>
-<command>wget http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Fedora/x86_64/os/images/pxeboot/initrd.img -o <filename>/var/lib/tftpboot/f&PRODVER;/initrd.img</filename></command>
+<command>wget http://download.fedoraproject.org/pub/fedora/linux/releases/&PRODVER;/Server/x86_64/os/images/pxeboot/initrd.img -o <filename>/var/lib/tftpboot/f&PRODVER;/initrd.img</filename></command>
                 </screen>
               </step>
             </procedure>


More information about the docs-commits mailing list