https://bugzilla.redhat.com/show_bug.cgi?id=486474 Resolves: bug 486474 Bug Description: overriding arguments to setup causes setup to fail Reviewed by: ??? Files: see diff Branch: HEAD Fix Description: Parameters specified on the command line should override and replace (not add to) any parameters specified in a given .inf file. I refactored the code a little too - I moved the argv processing into the Inf module out of the Setup and Migration modules. The code will first process the args and store the values in a temporary hash ref. Then it will process the temp hash ref, replacing the values in the main inf with the values from the hash. Platforms tested: RHEL4 Flag Day: no Doc impact: no https://bugzilla.redhat.com/attachment.cgi?id=333059&action=diff
389-devel@lists.fedoraproject.org