Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 564103

Summary: text-mode install package set does not include rpm or yum
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, jonathan, jturner, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: anaconda-13.26-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-17 16:06:07 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:
Bug Depends On:    
Bug Blocks: 538273    

Description James Laska 2010-02-11 20:34:35 UTC
Description of problem:

Perform a text-mode install.  Boot into the installed system and inspect the packages installed.

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

 * anaconda-13.25

How reproducible:
 * 100% (3 out of 3 attempts)

Steps to Reproduce:
1. Perform a text-mode install (I used a virt guest while booting with "serial console=ttyS0")
2. Boot installed system
3. Attempt to install additional software
  
Actual results:

-bash-4.1# rpm -Uvh http://server/path/to/package.rpm
-bash: rpm: command not found

-bash-4.1# yum
-bash: yum: command not found

Expected results:

rpm and yum should be installed I think?

Additional info:

 * The /root/anaconda-ks.cfg file lists no %packages.  According to jkeating, when no packages are listed, it should install @base and @core.

-bash-4.1# tail -n2 anaconda-ks.cfg
%packages
%end

 * Raising as an F13Alpha blocking bug as this prevents point#14 of the Alpha release criteria (https://fedoraproject.org/wiki/Fedora_13_Alpha_Release_Criteria)
   "#  The installed system must be able to download and install updates with yum and PackageKit "

Comment 1 James Laska 2010-02-17 16:06:07 UTC
Tested using a text-mode install with anaconda-13.26 (F-13-Alpha-TC2).  The installed system contains rpm and yum as expected.