A script that aims to facilitate the coming of Windows users to Linux, facilitating the primary installation of the most common services and applications.
Please tweak the .spec file to detect if there are other kernel versions installed (Tumbleweed updates always preserve 2 or more kernels before they get removed) or if the current system has kernel-longterm package installed, and update their respective module list (depmod).
With this tweak we ensure that the modules will be able to load in case the user installed the package with a more current version of the kernel but for some reason decided to boot with another previously installed version.
Please tweak the .spec file to detect if there are other kernel versions installed (Tumbleweed updates always preserve 2 or more kernels before they get removed) or if the current system has
kernel-longterm
package installed, and update their respective module list (depmod).With this tweak we ensure that the modules will be able to load in case the user installed the package with a more current version of the kernel but for some reason decided to boot with another previously installed version.