wwworkk

Results 1 comments of wwworkk

I just ran into the same issue, solved it myself by modifying " /usr/libexec/warewulf/wwmkchroot/rocky-8.tmpl" add ,"${YUM_MIRROR_BASE}/8/extras/\$basearch/os" to the end of `YUM_MIRROR="${YUM_MIRROR_BASE}/8/BaseOS/\$basearch/os","${YUM_MIRROR_BASE}/8/AppStream/\$basearch/os","${YUM_MIRROR_BASE}/8/PowerTools/\$basearch/os"` result: `YUM_MIRROR="${YUM_MIRROR_BASE}/8/BaseOS/\$basearch/os","${YUM_MIRROR_BASE}/8/AppStream/\$basearch/os","${YUM_MIRROR_BASE}/8/PowerTools/\$basearch/os","${YUM_MIRROR_BASE}/8/extras/\$basearch/os"` and start with building the initial chroot...