We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kickstart installation fails with
(Error setting up installation source)
The text was updated successfully, but these errors were encountered:
The issue was in repo --name=updates --baseurl url address.
repo --name=updates --baseurl
For Fedora 33 it should be like this:
repo --name=updates --baseurl=http://mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/updates/{{ fedora_server_release }}/Everything/x86_64/
Basically you should be able to open that url in the browser (replace release number) without 404.
Sorry, something went wrong.
dzintars
No branches or pull requests
Kickstart installation fails with
The text was updated successfully, but these errors were encountered: