forked from pool/kexec-tools
cd3d9e04cf
OBS-URL: https://build.opensuse.org/request/show/223425 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=39
85 lines
2.8 KiB
Plaintext
85 lines
2.8 KiB
Plaintext
//{{{ Copyright (c) 2008, SUSE LINUX Products GmbH
|
|
//
|
|
// All rights reserved.
|
|
//
|
|
// Redistribution and use in source and binary forms, with or without
|
|
// modification, are permitted provided that the following conditions are met:
|
|
//
|
|
// Redistributions of source code must retain the above copyright notice, this
|
|
// list of conditions and the following disclaimer.
|
|
//
|
|
// Redistributions in binary form must reproduce the above copyright notice,
|
|
// this list of conditions and the following disclaimer in the documentation
|
|
// and/or other materials provided with the distribution.
|
|
//
|
|
// Neither the name of the Novell nor the names of its contributors may be used
|
|
// to endorse or promote products derived from this software without specific
|
|
// prior written permission.
|
|
//
|
|
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
// INTERRUPTION) HOWEVER CAUSED AND ONANY THEORY OF LIABILITY, WHETHER IN
|
|
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
// POSSIBILITY OF SUCH DAMAGE.
|
|
//}}}
|
|
|
|
kexec-bootloader(8)
|
|
===================
|
|
:man source: SUSE
|
|
:man manual: User Manuals
|
|
Bernhard Walle <bwalle@suse.de>
|
|
|
|
Name
|
|
----
|
|
kexec-bootloader - Load kexec kernel from bootloader configuration
|
|
|
|
Synopsis
|
|
--------
|
|
kexec-bootloader [-D]
|
|
|
|
Description
|
|
-----------
|
|
kexec-bootloader takes the default section of bootloader configuration and
|
|
loads that kernel, initrd with _kexec -l_ and the respective command line.
|
|
|
|
Under systemd kexec-bootloader may be invoked by kexec-load.service
|
|
(/usr/bin/systemctl kexec) to perform a kexec. To emulate previous SLE
|
|
configurable behaviour where kexec occurs automatically at system reboot
|
|
the systemd reboot target should be altered via
|
|
'ln -s /usr/lib/systemd/system/kexec.target /etc/systemd/system/reboot.target
|
|
|
|
Options
|
|
-------
|
|
*-h* | *--help*::
|
|
Shows a short usage message.
|
|
|
|
*-D* | *--debug*::
|
|
Prints debugging output.
|
|
|
|
Return Value
|
|
------------
|
|
The program returns *0* on success and *1* on failure.
|
|
|
|
Bugs
|
|
----
|
|
Please report bugs and enhancement requests at https://bugzilla.novell.com[].
|
|
|
|
Copying
|
|
-------
|
|
Copyright (c) 2008 Bernhard Walle <bwalle@suse.de>. Free use of this software is
|
|
granted under the terms of the GNU General Public License (GPL), version 2 or
|
|
later.
|
|
|
|
See also
|
|
--------
|
|
*kexec*(8)
|
|
|
|
|
|
// vim: set sw=4 ts=4 et tw=80 fdm=marker: :collapseFolds=1:
|