Description of problem: Not really sure which package is responsible for this - but I assume it's related to startup/shutdown process thus opening bugzilla for dracut. Blocking ~19MB of RAM to keep data for shutdown is not very smart - this memory should be only occupied when really needed. Version-Release number of selected component (if applicable): dracut-014-77.git20120126.fc17.1.noarch How reproducible: du -s /run/initramfs/ 18932 /run/initramfs/ Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Ramdisk is decompressed only for shutdown when needed. Additional info:
Should be fixed, with the latest dracut versions. please retest. should be a lot smaller now.
To completly turn it off: # echo "unset prefix" >> /etc/dracut.conf.d/99-my.conf *** This bug has been marked as a duplicate of bug 751189 ***