Package: orphan-sysvinit-scripts Version: 0.21 Severity: wishlist X-Debbugs-Cc: g...@libero.it
Dear Maintainer, the kexec-tools package in trixie has lost its SysV scripts, because > kexec-tools (1:2.0.27-1) unstable; urgency=medium > > [...] > * Removed init files. Removed automatic kexec reboot when enabled > and associated config option (kexec-tools/load_kexec or > LOAD_KEXEC in /etc/default/kexec). kexec reboot functionality > has been integrated into systemctl now and will likely move to > logind in near future. (Closes: #1039248) > * Package now provides a script - kexec-load-kernel. To perform a > kexec reboot, ensure /etc/default/kexec has the desired value for > USE_GRUB_CONFIG. Use the sequence "kexec-load-kernel; > systemctl kexec" or "kexec-load-kernel; reboot" > (Closes: #1028416) > > -- Khalid Aziz <kha...@debian.org> Wed, 04 Oct 2023 16:17:28 -0600 Is it possible to take over at least /etc/init.d/kexec in o-s-s? Without that script, the kexec mechanism is unusable under sysvinit, because # kexec -l /vmlinuz --initrd=/initrd.img --reuse-cmdline # init 6 results in a standard reboot, instead of a fast reboot the user expects. Best regards, g.b.