From ed84c5460ce6f27af1689ed92b3908f53c2e657e Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 29 Oct 2024 18:53:58 -0400 Subject: [PATCH] lang: core: embedded: provisioner: Workaround bad mirrors With the release of Fedora 41, I was getting lots of mirror errors. Hopefully this helps make it more robust. It was failing repeatedly while trying to download packages, and I kept having to restart things, but once I added this option things worked. Hopefully they're related. --- lang/core/embedded/provisioner/files/kickstart.ks.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/core/embedded/provisioner/files/kickstart.ks.tmpl b/lang/core/embedded/provisioner/files/kickstart.ks.tmpl index b38c51f2..4e8d541f 100644 --- a/lang/core/embedded/provisioner/files/kickstart.ks.tmpl +++ b/lang/core/embedded/provisioner/files/kickstart.ks.tmpl @@ -100,7 +100,7 @@ repo --name="{{ $name }}" --baseurl="{{ $baseurl }}" # # packages # -%packages --retries 3 # handle spurious failures +%packages --timeout 60 --retries 3 # handle spurious failures @core @standard @hardware-support