During my research on EOS and systemd-boot, I came across instructions on how to set the default boot entry in loader.conf. This is especially important if you want to boot the LTS kernel permanently. But since I always want to boot from the stable kernel, I have changed the line in loader.conf to
But my question now is whether the -arch?-?.conf addition is really necessary. Without this explicit addition, the latest installed kernel is always booted by default, isn’t it?