diff --git a/bfo/pxelinux.cfg/fedora_eol.conf b/bfo/pxelinux.cfg/fedora_eol.conf index 789ce1c..02c13af 100644 --- a/bfo/pxelinux.cfg/fedora_eol.conf +++ b/bfo/pxelinux.cfg/fedora_eol.conf @@ -1,6 +1,6 @@ PROMPT 0 -MENU TITLE Install -MENU LABEL ^Install +MENU TITLE Install unsupported End of Life Fedora releases +MENU LABEL ^Install unsupported End of Life Fedora releases TEXT HELP Install end of life and no longer supported versions of Fedora diff --git a/bfo/pxelinux.cfg/fedora_rescue.conf b/bfo/pxelinux.cfg/fedora_rescue.conf index d8c6f3c..b6b8367 100644 --- a/bfo/pxelinux.cfg/fedora_rescue.conf +++ b/bfo/pxelinux.cfg/fedora_rescue.conf @@ -7,6 +7,24 @@ TEXT HELP Rescue currently supported version of Fedora ENDTEXT +label Fedora-18-i386-rescue + MENU LABEL Fedora-18-i386-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/18/Fedora/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/18/Fedora/i386/os/images/pxeboot/initrd.img + APPEND rescue + TEXT HELP + Selecting this will boot the Fedora 18 i386 installer in rescue mode + ENDTEXT + +label Fedora-18-x86_64-rescue + MENU LABEL Fedora-18-x86_64-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/18/Fedora/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/18/Fedora/x86_64/os/images/pxeboot/initrd.img + APPEND rescue + TEXT HELP + Selecting this will boot the Fedora 18 x86_64 installer in rescue mode. + ENDTEXT + label Fedora-17-i386-rescue MENU LABEL Fedora-17-i386-rescue kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/vmlinuz @@ -25,42 +43,6 @@ label Fedora-17-x86_64-rescue Selecting this will boot the Fedora 17 x86_64 installer in rescue mode. ENDTEXT -label Fedora-16-i386-rescue - MENU LABEL Fedora-16-i386-rescue - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/initrd.img - APPEND rescue - TEXT HELP - Selecting this will boot the Fedora 16 i386 installer in rescue mode. - ENDTEXT - -label Fedora-16-x86_64-rescue - MENU LABEL Fedora-16-x86_64-rescue - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os/images/pxeboot/initrd.img - APPEND rescue - TEXT HELP - Selecting this will boot the Fedora 16 x86_64 installer in rescue mode. - ENDTEXT - -label Fedora-15-i386-rescue - MENU LABEL Fedora-15-i386-rescue - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/initrd.img - APPEND rescue - TEXT HELP - Selecting this will boot the Fedora 15 i386 installer in rescue mode. - ENDTEXT - -label Fedora-15-x86_64-rescue - MENU LABEL Fedora-15-x86_64-rescue - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/initrd.img - APPEND rescue - TEXT HELP - Selecting this will boot the Fedora 15 x86_64 installer in rescue mode. - ENDTEXT - label uplvl MENU LABEL Back MENU EXIT