From 71942239c828edcf770e90290f29a10b4f8ed826 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 5 Jun 2012 13:43:53 -0600 Subject: [PATCH 1/4] Useless test commit. --- bfo/README | 1 + 1 file changed, 1 insertion(+) diff --git a/bfo/README b/bfo/README index 6db57cd..342b094 100644 --- a/bfo/README +++ b/bfo/README @@ -36,3 +36,4 @@ bin/ipxe.iso bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.usb + From f0ca78937c55b2ae31c396ff5f144b47ae99f1e7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 7 Jun 2012 13:06:14 -0600 Subject: [PATCH 2/4] 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 From fd3028fc8d49c7a791d719d8d4755fa9cd79d3b4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Jun 2012 08:24:12 -0600 Subject: [PATCH 3/4] Try and get memtest working for boot.fp.o. --- bfo/pxelinux.cfg/utilities.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bfo/pxelinux.cfg/utilities.conf b/bfo/pxelinux.cfg/utilities.conf index 038946a..8548dda 100644 --- a/bfo/pxelinux.cfg/utilities.conf +++ b/bfo/pxelinux.cfg/utilities.conf @@ -19,6 +19,7 @@ label hdt label memtest86+-4.20 menu memtest86+-4.20 kernel memtest86+-4.20 + append - TEXT HELP Memtest86+ is a thorough stand-alone memory test for x86 and x86-64 architecture computers. BIOS based memory tests are only a quick From 0c11cb7fde1aea311ed04536905b6cbe8ff6f5cc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Jun 2012 09:08:39 -0600 Subject: [PATCH 4/4] Try a full url here. --- bfo/pxelinux.cfg/utilities.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfo/pxelinux.cfg/utilities.conf b/bfo/pxelinux.cfg/utilities.conf index 8548dda..4f00ca2 100644 --- a/bfo/pxelinux.cfg/utilities.conf +++ b/bfo/pxelinux.cfg/utilities.conf @@ -18,7 +18,7 @@ label hdt label memtest86+-4.20 menu memtest86+-4.20 - kernel memtest86+-4.20 + kernel http://download.fedoraproject.org/pub/alt/bfo/memtest86+-4.20 append - TEXT HELP Memtest86+ is a thorough stand-alone memory test for x86 and x86-64