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