From c11fe5597d45e199cd5cfa9500b8207651ae3ebd Mon Sep 17 00:00:00 2001 From: Eldon Stegall Date: Mon, 27 May 2024 01:40:56 +0000 Subject: [PATCH] Flatcar relocated some assets so update the url Flatcar generalized the kernel image name and set up a link from the prior URL to the new URL, however, they did not set up a link to the gpg sig. --- scripts/get-flatcar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-flatcar b/scripts/get-flatcar index 61dbeabd..b9e280ef 100755 --- a/scripts/get-flatcar +++ b/scripts/get-flatcar @@ -50,7 +50,7 @@ curl -f# "${BASE_URL}/version.txt" -o "${DEST}/version.txt" echo "flatcar_production_pxe.vmlinuz..." curl -f# "${BASE_URL}/flatcar_production_pxe.vmlinuz" -o "${DEST}/flatcar_production_pxe.vmlinuz" echo "flatcar_production_pxe.vmlinuz.sig" -curl -f# "${BASE_URL}/flatcar_production_pxe.vmlinuz.sig" -o "${DEST}/flatcar_production_pxe.vmlinuz.sig" +curl -f# "${BASE_URL}/flatcar_production_image.vmlinuz.sig" -o "${DEST}/flatcar_production_pxe.vmlinuz.sig" # PXE initrd and sig echo "flatcar_production_pxe_image.cpio.gz"