Update flatcar to use CDN url to avoid redirect

Fixes: https://github.com/netbootxyz/netboot.xyz/issues/1712
This commit is contained in:
Antony Messerli 2025-12-20 10:40:01 -06:00
parent ed51e9fdb9
commit 6f4f3c4672

View file

@ -30,7 +30,7 @@ goto flatcar_exit
:alpha
:edge
set release ${menu}
set base-url https://${release}.release.flatcar-linux.net/${os_arch}-usr/current
set base-url https://flatcar.cdn.cncf.io/${release}/${os_arch}-usr/current
kernel ${base-url}/flatcar_production_pxe.vmlinuz ${flatcar_firstboot} ${flatcar_params} flatcar.autologin=tty1 flatcar.autologin=ttyS0 initrd=flatcar_production_pxe_image.cpio.gz ${cmdline}
initrd ${base-url}/flatcar_production_pxe_image.cpio.gz
boot