New comment by abenson on void-packages repository https://github.com/void-linux/void-packages/pull/44137#issuecomment-1567424718 Comment: > 100MB might be a little bit big? In my `/boot` each kernel + initramfs + config is ~30MB (zfs and mkinitcpio so that might be different from the usual). maybe 50 or 60 MB? I based it on dracut default, which looking at my systems have each kernel+initrd pair at about 90M. ``` % ls /boot/vmlinuz* | while read ver; do du -csh /boot/*$(xbps-uhelper getpkgversion $ver)* | grep total; done 91M total 91M total 91M total 92M total ``` > maybe it could go in `linux-base` That sounds much more appropriate than `base-files`.