| Summary: Load one kernel from another |
| Source0:%{name}-%{version}.tar.gz |
| Packager: Eric Biederman <ebiederman@xmission.com> |
| BuildRoot: %{_tmppath}/%{name} |
| /sbin/kexec is a user space utility 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. |
| %setup -q -n %{name}-%{version} |
| make install DESTDIR=${RPM_BUILD_ROOT} |
| %{_mandir}/man8/kexec.8.gz |
| %{_mandir}/man8/kdump.8.gz |
| %{_mandir}/man8/vmcore-dmesg.8.gz |
| * Tue Dec 16 2004 Eric Biederman <ebiederman@lnxi.com> |
| - kexec-tools initialy packaged as an rpm. |