Hi
I was hoping you may help me with the following.
On rpi4 I am using linux-rpi kernel and have my own configuration to use with mkinitcpio when building the image.
The file is located in /etc/mkinitcpio.conf.d/myconfig.conf
Everything works fine as long as I comment in /etc/mkinitcpio.d/linux-rpi.preset the line ALL_config="/etc/mkinitcpio.conf"
But every time there is linux-rpi update, a new .preset file is installed and the previous one with the settings I use is reverted to .pacsave
I guess this happens because the updated linux-rpi version is mentioned.
So I end up moving the .pacsave file to replace the installed .preset and rebuild once again the image.
So my question,
Is there a way to avoid this from happening or at least point me to some direction?
Tia