Bug 8248

Summary: disk space used up on install
Product: [Retired] Red Hat Linux Reporter: rich gregory <rtg2t>
Component: installerAssignee: Jay Turner <jturner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: srevivo
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: 2000-02-14 14:04:53 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 rich gregory 2000-01-07 00:17:04 UTC
I upgraded RH6.0 to RH6.1 using the std upgrade feature.

I had previously deleted all the /usr/doc files to save space on my old PC.

Well, the upgrade process put all the doc files back and aborted when it
was out of room.  LILO was corrupted and my pc would not boot.

A simple check after each rpm would haved saved my butt.

BTW, the boot floppy with syslinux.cfg on it saved my butt.  I created a
label called panic like:


label panic
  kernel vmlinuz
  append root=/dev/hdb1

booted the pc just fine.  Congrats on an excellent design of the boot
disk!!

Cheers,

rich

rich.gregory              MAE Room 318 / Thornton B210
http://www.people.virginia.edu/~rtg2t  804-924-6223-voice 982-2037-fax

Comment 1 Jay Turner 2000-02-14 14:04:59 UTC
Here is what happened.  You originally had the documentation installed on your
machine, which means that in the RPM database, it still appears that you have
those files installed.  When you performed the upgrade, the installer looked at
the database, and seeing that there was an entry for the documentation files,
added them to the list of things to be upgraded.
We have improved the way the installer handles running out of disk space in the
latest installer (available in beta.)  When removing files from your system that
you no longer wish to be considered for upgrade, you should use the "rpm -e
<package name>" command.