You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/kexec-tools/files
root 5e04c4d9bd
Sync with portage [Mon Aug 10 17:51:05 MSK 2020].
4 years ago
..
90_kexec Sync with portage [Mon Dec 30 15:54:33 MSK 2013]. 10 years ago
README.Gentoo Sync with portage [Fri Sep 27 20:51:10 MSK 2013]. 11 years ago
kexec-r2.init Sync with portage [Wed Aug 5 09:11:46 MSK 2020]. 4 years ago
kexec-tools-2.0.4-disable-kexec-test.patch Sync with portage [Wed Mar 27 23:20:53 MSK 2013]. 11 years ago
kexec-tools-2.0.4-out-of-source.patch Sync with portage [Tue Nov 12 23:56:04 MSK 2013]. 11 years ago
kexec-tools-2.0.20-build-multiboot2-for-i386.patch Sync with portage [Mon May 4 00:12:48 MSK 2020]. 4 years ago
kexec-tools-2.0.20-remove-duplicated-variable-declarations.patch Sync with portage [Mon May 4 00:12:48 MSK 2020]. 4 years ago
kexec.conf Sync with portage [Sat Sep 21 21:38:44 MSK 2013]. 11 years ago
kexec.conf-2.0.4 Sync with portage [Wed Mar 27 23:20:53 MSK 2013]. 11 years ago
kexec.service Sync with portage [Sat Sep 21 21:38:44 MSK 2013]. 11 years ago

README.Gentoo

Usage

=====

Do
$ man 8 kexec
for full understanding of the underlying kexec command.
Gentoo offers a wrapper to the bare kexec command through
/etc/init.d/kexec.

Configuration
-------------

Configuration is done in /etc/conf.d/kexec, which is self-documented.

Usage
-----

In Gentoo, kexec is invoked, i.e., the new kernel will be booted when
rebooting, by reboot (8) command or by pressing Ctrl+Alt+Del.

If you want to use kexec once, just run
$ /etc/init.d/kexec start

It'll reserve kexec call at reboot. Later on, you can reboot anytime,
letting kexec starts another (or the same) kernel. When all is done in
the runlevel 6 - killing processes, unmounting volumes, etc - kexec
starts the new kernel instead of doing the normal hardware reboot.

If you want kexec to be run every time you reboot, add it to a runlevel:
$ rc-update add kexec <runlevel>

If you want to reboot in the normal way this time, do:
$ touch /nokexec