What were you trying to do that didn't work?
PXE Boot of Centos10-Stream (using our own .ks files from AlmaLinux 9, originally from Centos 5).
When specifying a nonexistant path to a repository, it hangs on Checking Storage Config.
What is the impact of this issue to you?
Unable to install Centos 10 Stream (Until we fixed the repo line)
Please provide the package NVR for which the bug is seen:
anaconda-40.22.3.12-1.el10
- More specifically vmlinuz from Sep 15, and initrd from Sep 19th. Above was obtained via a dnf list anaconda
How reproducible is this bug?:
always
Steps to reproduce
Using
epo --name=epel --baseurl=file:///mnt/repos/epel/Everything/x86_64 --cost=80
While then fixing it to add /os
epo --name=epel --baseurl=file:///mnt/repos/epel/Everything/x86_64/os --cost=80
Expected results
Installation to continue and install packages
Actual results
Checking Storage Config............. (Repeated dots)
More specifically, I would expect if misconfigured using a invalid repository, the response is not hanging on 'Checking Storage Config'