Constant nc::types::KEXEC_ON_CRASH

source ·
pub const KEXEC_ON_CRASH: i32 = 0x0000_0001;
Expand description

kexec system call - It loads the new kernel to boot into. kexec does not sync, or unmount filesystems so if you need that to happen you need to do that yourself. kexec flags for different usage scenarios