I have a question regarding if there has happened a change the way the kernel image is build. I’m running an old (admittedly very old) installation of EOS with an equally old disk layout and today I’m see an error in eos-update:
cp: error writing '/boot/initramfs-linux.img.tmp': No space left on device
dracut[F]: Creation of /boot/initramfs-linux.img.tmp failed
As all image creation steps are done in boot, it looks like that 512M is these days to small, isn’t it?
As I’m unable, due to no available space, to raise the space for the /boot partition, I would like to ask if there is a guide for and from EndeavourOS describing the modconfig and how to setup a proper localmodconfig?
Best Alex
Is there any particular reason why you are using a separate boot partition: /boot ?
I would have the boot directory as part of the root/system partition and not having a separate partition mounted at that location (boot directory).
You can unmount /boot, comment out its entry in /etc/fstab, reinstall your kernels. Now everthing should go into your boot directory under your / file system.