kexec-tools: remove long_desc.
This commit is contained in:
parent
97a8e6b858
commit
907bb120ec
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kexec-tools'
|
# Template file for 'kexec-tools'
|
||||||
pkgname=kexec-tools
|
pkgname=kexec-tools
|
||||||
version=2.0.3
|
version=2.0.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="liblzma-devel"
|
makedepends="liblzma-devel"
|
||||||
short_desc="Tools to support fast kexec reboots"
|
short_desc="Tools to support fast kexec reboots"
|
||||||
|
@ -10,8 +10,3 @@ license="GPL-2"
|
||||||
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz"
|
||||||
checksum=a2dcb8320cab2ce22b3734ec07b1a63e27d0b301b4a88556b1b05d53f7d786a9
|
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."
|
|
||||||
|
|
Loading…
Reference in New Issue