summaryrefslogtreecommitdiffstats
path: root/utils/kexec-tools/DETAILS
blob: 7e4acad4074afec79204e3dee696053cf711bb0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=kexec-tools
	 VERSION=2.0.3
	  SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/kexec/$SOURCE
     SOURCE_HASH=sha512:8dec284b4507bec4d4b78d0ea2ed3c0cc58aa8e5ee1fb2105d1cd653181c7efe118d0c46c91f025f57b6972fe9cee87515eb97699ed4c6c48245c47f30397fbd
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/kexec/
         ENTERED=20050724
         LICENCE=GPL2
        KEYWORDS="utils"
	   SHORT="set of tools for the kernels kexec feature"
cat << EOF
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.
EOF