On 2022-06-27 05:03-0500 Dale <rdalek1...@gmail.com> wrote: > Guillermo García wrote: > > Hello, > > > > I was updating my gentoo install, and now it says that /boot has 0 > > bytes, however i don't know why since i never save anything in that > > folder. > > > > Any idea on what can i do? > > > > Thanks. > > > > > > > > > I'd start by doing this: > > du -shc /boot/* | sort -h > > That will show the size of files in /boot and sort them from smallest > to largest. It could be that you have a large number of kernels and > maybe init thingys in there. If so, some house cleaning may be > required.
app-admin/eclean-kernel can help with automating the house cleaning. 😉