diff options
author | powtrix <powtrix@gmail.com> | 2012-04-20 16:20:50 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 16:20:50 -0400 |
commit | 694935d32771a52926a5d6a2c4a03c002d342ecb (patch) | |
tree | 42fb196a45fefac6bd53e718a3c6f543dbee723f /system/kexec-tools/README | |
parent | e8417c3243273c4ebe3a8df6413e2265a1ce90b4 (diff) | |
download | slackbuilds-694935d32771a52926a5d6a2c4a03c002d342ecb.tar.gz |
system/kexec-tools: Added (Reboot and Crash Analysis for Linux)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/kexec-tools/README')
-rw-r--r-- | system/kexec-tools/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/kexec-tools/README b/system/kexec-tools/README new file mode 100644 index 0000000000..bae740076c --- /dev/null +++ b/system/kexec-tools/README @@ -0,0 +1,10 @@ +kexec is a system call that enables you to load and boot into another +kernel from the currently running kernel. kexec performs the function +of the boot loader from within the kernel. The primary difference +between a standard system boot and a kexec boot is that the hardware +initialization normally performed by the BIOS or firmware (depending on +architecture) is not performed during a kexec boot. This has the effect +of reducing the time required for a reboot. + +Make sure you have selected CONFIG_KEXEC=y when configuring the kernel. +The CONFIG_KEXEC option enables the kexec system call. |