kexec-tools: remove long_desc.

This commit is contained in:
Juan RP 2014-02-20 14:47:59 +01:00
parent 97a8e6b858
commit 907bb120ec
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kexec-tools'
pkgname=kexec-tools
version=2.0.3
revision=1
revision=2
build_style=gnu-configure
makedepends="liblzma-devel"
short_desc="Tools to support fast kexec reboots"
@ -10,8 +10,3 @@ 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."