3 lines
116 B
Bash
Executable file
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
|