From f0ca78937c55b2ae31c396ff5f144b47ae99f1e7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 7 Jun 2012 13:06:14 -0600 Subject: [PATCH] Adjust for f17 --- bfo/pxelinux.cfg/fedora_install.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index 5bdfd5a..0f4950f 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -10,6 +10,7 @@ label Fedora-17-i386 MENU LABEL Fedora-17-i386 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/ TEXT HELP Selecting this will boot the Fedora 17 i386 installer. ENDTEXT @@ -18,6 +19,7 @@ label Fedora-17-x86_64 MENU LABEL Fedora-17-x86_64 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/initrd.img + APPEND repo=http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/ TEXT HELP Selecting this will boot the Fedora 17 x86_64 installer. ENDTEXT