summaryrefslogtreecommitdiff
path: root/templates/releng/archlinux.ipxe
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2019-03-17 13:51:37 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-17 13:51:37 -0400
commitd2b7391ab8a864f4addcb8dff6a0f07e0c859ef3 (patch)
tree18ca9d2136d417aef384bddf48cda40aaa18224f /templates/releng/archlinux.ipxe
parent9ee924c599bbacb2ed376f666c3b1e77949558b6 (diff)
ipxe: Don't mention non-free intel_ucode.imgparabolaweb-2019-03-17
Diffstat (limited to 'templates/releng/archlinux.ipxe')
-rw-r--r--templates/releng/archlinux.ipxe4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/releng/archlinux.ipxe b/templates/releng/archlinux.ipxe
index 81767f32..70232dfd 100644
--- a/templates/releng/archlinux.ipxe
+++ b/templates/releng/archlinux.ipxe
@@ -128,11 +128,9 @@ echo Booting {{ BRANDING_DISTRONAME }} ${bootarch} ${release} from ${mirrorurl}
echo
kernel ${mirrorurl}iso/${release}/arch/boot/${bootarch}/vmlinuz || goto failed_download
imgverify vmlinuz ${mirrorurl}iso/${release}/arch/boot/${bootarch}/vmlinuz.ipxe.sig || goto failed_verify
-initrd ${mirrorurl}iso/${release}/arch/boot/intel_ucode.img || goto failed_download
-imgverify intel_ucode.img ${mirrorurl}iso/${release}/arch/boot/intel_ucode.img.ipxe.sig || goto failed_verify
initrd ${mirrorurl}iso/${release}/arch/boot/${bootarch}/archiso.img || goto failed_download
imgverify archiso.img ${mirrorurl}iso/${release}/arch/boot/${bootarch}/archiso.img.ipxe.sig || goto failed_verify
-imgargs vmlinuz initrd=intel_ucode.img initrd=archiso.img archiso_http_srv=${mirrorurl}iso/${release}/ archisobasedir=arch verify=y ${extrabootoptions}
+imgargs vmlinuz initrd=archiso.img archiso_http_srv=${mirrorurl}iso/${release}/ archisobasedir=arch verify=y ${extrabootoptions}
boot || goto failed_boot
:failed_download