
On Wed, 25 Nov 2020, 19:49:41 +0100, Felix Miata wrote:
Andreas Schwab composed on 2020-11-25 17:32 (UTC+0100):
Christian Mahr wrote:
keeping old kernel versions: if you still have them on disk you can advise zypper not to purge it: add the kernel version explicitly tp the list in /etc/zypp/zypp.conf "multiversion.kernels = latest,latest-1,running"
Or disable the purge-kernels service.
Anyone know why with purge-kernels.service disabled the purge trigger file yet shows up in /boot/ after each new kernel is installed?
Every kernel you install creates it in a postinstall scriptlet: $ rpm -q kernel-default --scripts | grep -C 2 /boot/do_purge_kernels postinstall scriptlet (using /bin/sh): # Flag to trigger /etc/init.d/purge-kernels on next reboot (fate#312018) touch /boot/do_purge_kernels Cheers. l8er manfred