From 7b7c42fc9adbfc79f75b2f68c87da7f5fa1e8f70 Mon Sep 17 00:00:00 2001 From: Matt Domsch Date: Mon, 28 Feb 2011 11:15:27 -0600 Subject: [PATCH] s/method=/stage2=/ for F13+ per wwoods --- bfo/pxelinux.cfg/fedora_install.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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