summaryrefslogtreecommitdiffstats
path: root/utils/kexec-tools/DETAILS
blob: 0d6e2fbb3df57eb54a034904949eb96626a94077 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=kexec-tools
	 VERSION=2.0.2
      PATCHLEVEL=1
	  SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sign
      SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/kexec/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sign
      SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
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