From 27a13185e73f9be1eb533beffdff01b7f0ff9817 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Dec 11 2014 00:14:06 +0000 Subject: Fix copypasta --- diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index 0c826e5..1adecd3 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -15,11 +15,11 @@ label Fedora-21-x86_64 Selecting this will boot the Fedora 21 x86_64 Server installer. ENDTEXT -label Fedora-21-Branched-i386 - MENU LABEL Fedora-21-Branched-i386 +label Fedora-21-i386 + MENU LABEL Fedora-21-i386 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/21/Server/i386/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/21/Server/i386/os/images/pxeboot/initrd.img - APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/development/21/i386/os/ + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/21/Server/i386/os/ TEXT HELP Selecting this will boot the Fedora 21 i386 Server installer. ENDTEXT