Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 247550

Summary: anaconda doesn't create a useful ks.cfg
Product: Red Hat Enterprise Linux 5 Reporter: JB Segal <jb>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 5.0   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-10 16:41:50 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 JB Segal 2007-07-09 21:54:18 UTC
Description of problem:
auto-generated ks.cfg contains useless package list. I need a real one.

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


How reproducible:
completely

Steps to Reproduce:
1. Install a new RHEL5 system, modifying the list of installed packages by hand.
2. Look at the auto-generated /root/anaconda-ks.cfg, to use in the next install.
  
Actual results:
%packages
@editors


Expected results:
Something more like what I got with RHEL4:
%packages --resolvedeps
@ editors
@ emacs
@ system-tools
@ dialup
@ ftp-server
@ emacs
@ server-cfg
@ development-tools
kernel-smp
-bluez-pin
e2fsprogs
lvm2
-httpd-manual
 . . .


Additional info:
This isn't at all useful for actually reproducing a build using kickstart.

Failing a fix, a good answer for how to correctly generate that section of the
ks.cfg after a system's installed would be really useful.

Comment 1 Chris Lumens 2007-07-10 16:41:50 UTC

*** This bug has been marked as a duplicate of 227383 ***