yocto LTS kdump have no early kdump feature let said if i want start kdump as earlier as possible how should i do that? i edit the service file to below
[Unit]
Description=Reboot and dump vmcore via kexec
DefaultDependencies=no
Requires=sysinit.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/libexec/kdump-helper start
ExecStop=/usr/libexec/kdump-helper stop
[Install]
WantedBy=sysinit.target
does this changes make any sense?