Bug 1304802

Summary: check for --mirrorlist in kickstart url and exit
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: loraxAssignee: Brian Lane <bcl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, bcl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: lorax-24.10-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-12 18:24:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Dennis Gilmore 2016-02-04 16:18:04 UTC
Description of problem:
If you put something like 

url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch

in a kickstart in livemedia-creator you get a failure as --mirrorlist is not valid when running a command like
livemedia-creator --ks fedora-arm-minimal.ks --make-disk --no-virt

lorax should check for for the combo and exit gracefully

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Brian Lane 2016-02-11 18:23:27 UTC
Ends up there is no good reason not to allow url --mirrorlist

https://github.com/rhinstaller/lorax/pull/87