kdump-config: Fix missing sysctl check in symlinks command
The command kdump-config symlinks
creates/updates the symlinks for the
kernel and initrd, but does not call check_sysctl_change
. When calling
kdump-config load
, check_sysctl_change
will enforce the recreation
of the initrd making the initial kdump-config symlinks
call void.
So also call check_sysctl_change
in kdump-config symlinks
to persist
which sysctl config was included in the initrd.
This fix is worth to be included in bullseye.