dotfiles/script/kexec-now
2025-01-24 10:01:12 +01:00

3 lines
116 B
Bash
Executable file

#! /bin/sh
kexec -l /boot/vmlinuz-$(uname -r) --initrd=/boot/initrd.img-$(uname -r) --reuse-cmdline
systemctl kexec