Browse Source

Update Centos Stream mirror

Switches to working mirror until we hear back
from upstream.

Closes: https://github.com/netbootxyz/netboot.xyz/issues/1260
Antony Messerli 1 năm trước cách đây
mục cha
commit
8f72e99882
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      roles/netbootxyz/templates/menu/centos.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/centos.ipxe.j2

@@ -63,7 +63,7 @@ goto boottype
 
 :bootos_images
 imgfree
-iseq ${osversion} 9-stream && set centos_mirror http://mirror.stream.centos.org || 
+iseq ${osversion} 9-stream && set centos_mirror http://mirror.rackspace.com/centos-stream ||
 iseq ${osversion} 9-stream && set dir ${osversion}/BaseOS/${os_arch}/os ||
 iseq ${osversion} 9-stream && set repo ${centos_mirror}/${dir} ||
 kernel ${centos_mirror}/${dir}/images/pxeboot/vmlinuz inst.repo=${repo} ${params} ${ipparam} {{ kernel_params }}