Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045143
en ru br
ALT Linux repos
S:2.0.27-alt1
5.0: 2.0-alt1
4.1: 2.0-alt1

Group :: System/Kernel and hardware
RPM: kexec-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: Load one kernel from another
Name: kexec-tools
Version: 2.0
Release: alt1
License: GPL
Group: System/Kernel and hardware
Source0: kexec-tools-%version.tar
Packager: Michail Yakushin <silicium at altlinux.ru>

%description
/sbin/kexec is a user space utiltity for loading another kernel
and asking the currently running kernel to do something with it.
A currently running kernel may be asked to start the loaded
kernel on reboot, or to start the loaded kernel after it panics.

The panic case is useful for having an intact kernel for writing
crash dumps.  But other uses may be imagined.

%prep
%setup -q

%build
%configure
make

%install
make install DESTDIR=${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%{_sbindir}/kexec
%{_sbindir}/kdump
%doc News
%doc COPYING
%doc TODO
#%{_mandir}/man8/kexec.8.gz

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin