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
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.