From 54b0cbd33c0d1b9f399dbd925382e78b9f0ffa53 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 13 Dec 2021 02:51:28 -0500 Subject: [PATCH] Fix incorrect echo statement --- buildpxe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpxe.sh b/buildpxe.sh index a1f5569..53784fd 100755 --- a/buildpxe.sh +++ b/buildpxe.sh @@ -114,7 +114,7 @@ build_pxe() { popd &>/dev/null echo "done." - echo -n "Downloading iPXE binary undionly.kpxe (chainloads UEFI clients)... " + echo -n "Downloading iPXE binary ipxe.efi (chainloads UEFI clients)... " pushd ${outputdir} &>/dev/null wget -O ipxe.efi https://boot.ipxe.org/ipxe.efi &>/dev/null || fail "failed to download ipxe.efi." popd &>/dev/null