24 lines
832 B
Plaintext
24 lines
832 B
Plaintext
# Template file for 'kexec-tools'
|
|
pkgname=kexec-tools
|
|
version=2.0.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="liblzma-devel"
|
|
short_desc="Tools to support fast kexec reboots"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
|
distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz"
|
|
checksum=a2dcb8320cab2ce22b3734ec07b1a63e27d0b301b4a88556b1b05d53f7d786a9
|
|
long_desc="
|
|
Kexec is a fastboot mechanism which allows booting a Linux kernel from the
|
|
context of already running kernel without going through BIOS. BIOS can be very
|
|
time consuming especially on the big servers with lots of peripherals. This can
|
|
save a lot of time for developers who end up booting a machine numerous times."
|
|
|
|
kexec-tools_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|