Bug 188011

Summary: two minor logic issues in mk-rescueimage.*
Product: [Fedora] Fedora Reporter: Dennis Gregorovic <dgregor>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-10 21:40:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dennis Gregorovic 2006-04-05 12:02:16 UTC
1) The usage method should not exit with status 0.  This blocks the exit with
status 1 that mk-rescueimage later tries to perform if you pass in the wrong
number of arguments

2) Now that productpath is mandatory, the usage text should be updated and the
"if len(sys.argv) > 4" check can go away

Comment 1 David Cantrell 2006-04-10 21:40:33 UTC
Fixed and committed.