Open fossdd opened 2 years ago
It is possible to filter images using a regex in the configuration file and the config file has the power of perl.
Other Linux distris have the same concept but im currently not aware if there is a common approach to detect kernel branches/variants in a generic way.
Arch Linux gives users the choice to install multiple kernels to their systems. E.g. I have currently
linux-mainline
andlinux-next
installed.However, if I update
linux-next
,needrestart
warns me that the newlinux-next
kernel is expected, even I currently setup in Grub to use themainline
kernel always.Is it able that
needrestart
only warns if the running branch is newer than my current linux kernel?