diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index 6bca6d2..43fcc1c 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -3,14 +3,14 @@ MENU TITLE Install MENU LABEL ^Install TEXT HELP - Install currently supported versionf of Fedora + Install currently supported version of Fedora ENDTEXT label Fedora-14-i386 MENU LABEL Fedora-14-i386 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/pxeboot/initrd.img - append method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/ + append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/install.img TEXT HELP Selecting this will boot the Fedora 14 i386 installer. ENDTEXT @@ -19,7 +19,7 @@ label Fedora-14-x86_64 MENU LABEL Fedora-14-x86_64 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/pxeboot/initrd.img - append method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/ + append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/install.img TEXT HELP Selecting this will boot the Fedora 14 x86_64 installer. ENDTEXT @@ -28,7 +28,7 @@ label Fedora-13-i386 MENU LABEL Fedora-13-i386 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/pxeboot/initrd.img - append method=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/ + append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/install.img TEXT HELP Selecting this will boot the Fedora 13 i386 installer. ENDTEXT @@ -37,7 +37,7 @@ label Fedora-13-x86_64 MENU LABEL Fedora-13-x86_64 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/pxeboot/initrd.img - append method=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/ + append stage2=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/install.img TEXT HELP Selecting this will boot the Fedora 13 x86_64 installer. ENDTEXT