From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30) Description of problem: Anaconda does not alert you on the size of the install (like it did in previous versions, when it embedded system-config-packages into the screen) vs the ammount of space you have to install on, so you do not know if the install is too big. Plus, if the install is too big, it just fails in file copy, you are not told beforehand, so you have to reboot the disk and ajust the settings (and if it fails again, you will probably be annoyed by now). Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Boot the install CD 2. Go through 3. Begin the install. Actual Results: Install gives no alert on required disk space or if disk is full. Expected Results: It should tell you how much disk space the install takes vs the ammount you have on the disk/partition, and alert you if the install is too big. Additional info:
Due to doing dependency resolution at package selection time instead of having pre-calculated dependencies, we can no longer offer a size estimate on the package selection screen. However, we do check that the size of the installed package set will fit in the amount of space you've partitioned up. This check is pretty good, but not foolproof - for instance, you can easily confuse it by splitting your free space up into a variety of partitions for things like /var and /usr. The package headers don't give us fine-grained enough information to handle that situation, so you will still have to have a large enough / partition. I have just verified that this check is being performed and does work.