Bug 530555
| Summary: | Too small default /boot | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexander Boström <abo> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | anaconda-maint-list, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-13.8-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-11-04 15:25:18 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
Alexander Boström
2009-10-23 12:51:00 UTC
Ok, so I have some kdump images as well and a couple of small memtest images too. # du -sh /boot/* 93K /boot/config-2.6.29.6-217.2.16.fc11.x86_64 95K /boot/config-2.6.30.5-43.fc11.x86_64 95K /boot/config-2.6.30.8-64.fc11.x86_64 228K /boot/efi 118K /boot/elf-memtest86+-2.11 354K /boot/grub 3.6M /boot/initrd-2.6.29.6-217.2.16.fc11.x86_64.img 3.7M /boot/initrd-2.6.30.5-43.fc11.x86_64.img 1.9M /boot/initrd-2.6.30.5-43.fc11.x86_64kdump.img 3.7M /boot/initrd-2.6.30.8-64.fc11.x86_64.img 2.2M /boot/initrd-2.6.30.8-64.fc11.x86_64kdump.img 13K /boot/lost+found 116K /boot/memtest86+-2.11 1.6M /boot/System.map-2.6.29.6-217.2.16.fc11.x86_64 1.7M /boot/System.map-2.6.30.5-43.fc11.x86_64 1.7M /boot/System.map-2.6.30.8-64.fc11.x86_64 141M /boot/upgrade 3.0M /boot/vmlinuz-2.6.29.6-217.2.16.fc11.x86_64 3.3M /boot/vmlinuz-2.6.30.5-43.fc11.x86_64 3.3M /boot/vmlinuz-2.6.30.8-64.fc11.x86_64 # df -h /boot Filesystem Size Used Avail Use% Mounted on /dev/sda1 190M 177M 3.7M 98% /boot I've bumped it up to 250 MB in anaconda-13.8, but the ever changing /boot size game isn't one we want to play too many times. I advise you to try to keep the number of installed kernels to a minimum. Incidentally, that should cause any operation involving rpm to run faster too as you'll have far fewer files with similar names on the system. |