Bug 5596

Summary: kickstart installer handles rootpw --isencrypted incorrectly
Product: [Retired] Red Hat Linux Reporter: ilh
Component: installerAssignee: Matt Wilson <msw>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.1CC: anders.blomdell, cahier
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-12-22 19:09:02 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 ilh 1999-10-05 18:02:00 UTC
Line 11 of kickstart.py contains 'isencypted=' but should be
'isencrypted' (no `=').  The extraneous `=' causes the
option to eat the password argument.  --isencrypted is just
a flag that doesn't take an argument.

The workaround is to give --isencrypted a dummy argument in
the kickstart file:

	rootpw --isencrypted WORKAROUND asdflkjasd

Note that mkkickstart produces a kickstart file that doesn't
work.  Another issue: mykickstart output "mouse ps/2", but
"ps/2" isn't a valid choice.  "genericps/2" is the
appropriate choice.

Me thinks the 6.1 kickstart received woefully inadequate
testing.

Comment 1 Jay Turner 1999-10-20 19:24:59 UTC
This issue has been assigned to a developer for further action.

Comment 2 Jay Turner 1999-10-22 18:24:59 UTC
*** Bug 5637 has been marked as a duplicate of this bug. ***

Doc says					Should be

lang en					lang en_US
rootpw --iscrypted blah	rootpw --iscrypted extrablah blah
@ C Development			@ Development

The rootpw bug is the worst, since it does not break into the
debugger, it just prints an error that almost disappears from
the screen before halting.

Probably more that is wrong, but thats what I have found so
far. The change to python seems to be a good idea though.


------- Additional Comments From jturner  10/20/99 16:09 -------
This issue has been assigned to a developer for further action.

Comment 3 Matt Wilson 1999-12-22 19:09:59 UTC
Fixed in rawhide.