From b0a3d61830871be664319f9ce59c1413c048e40b Mon Sep 17 00:00:00 2001 From: sphilipp Date: Fri, 22 Nov 2024 15:36:19 +0100 Subject: [PATCH] [Centos7] repo vault --- custom.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.ipxe b/custom.ipxe index 4ef8e9ac..8e327abb 100644 --- a/custom.ipxe +++ b/custom.ipxe @@ -85,7 +85,7 @@ goto custom :cluster imgfree echo Booting Cluster Centos7 -set base http://mirror.centos.org/centos-7/7.9.2009/os/x86_64 +set base https://vault.centos.org/7.9.2009/os/x86_64 set params inst.ks=${pxe_url}/centos/7.9/ks-cluster.cfg kernel ${centos7_url}/vmlinuz inst.repo=${base} ${params} initrd=initrd.img initrd ${centos7_url}/initrd.img