Bug 171558

Summary: anaconda-ks.cfg - authconfig line
Product: [Fedora] Fedora Reporter: Florian La Roche <laroche>
Component: anacondaAssignee: Chris Lumens <clumens>
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: 2005-10-24 16:06:14 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 Florian La Roche 2005-10-23 06:44:35 UTC
Description of problem:

With a kickstart install I get a anaconda-ks.cfg written onto
the system that has the following two lines:
  firewall --disabled
  authconfig selinux --disabled

Shouldn't this be something like:
  firewall --disabled
  authconfig --enableshadow
  selinux --disabled



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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info: