On 12/25/20 10:28 PM, Walter Dnes wrote: > Also, given bloat over time, is 128 megabytes still sufficient for the > boot partition today? I plan to keep 2 kernels around at all times, > "Production" and "Experimental". >
It depends on how you configure your kernel (and which modules are built-in vs. built as loadable modules), whether you will have an initramfs, and if so, what you include in the initramfs. On my system (customized kernel configuration, no initramfs), I currently have 6 kernels in /boot taking up ~80 megs of space. Every once in a while, I clean out the older ones to free up space. Cal