mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Update flatcar to use CDN url to avoid redirect
Fixes: https://github.com/netbootxyz/netboot.xyz/issues/1712
This commit is contained in:
parent
ed51e9fdb9
commit
6f4f3c4672
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue