summaryrefslogtreecommitdiffstats
path: root/utils/kexec-tools/DETAILS
blob: 584dbbe8638c5786076bc4820fe0a84f4e7e3c14 (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.12
          SOURCE=$SPELL-$VERSION.tar.xz
      SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/kexec/$SOURCE
     SOURCE_HASH=sha512:d192f841180daf534f7214b6c7c5dcd9de0e5616e8cb0da164c24e8b5903a2f65bb1fbe6ca29a3b9077fa6f6435cc33fda19a96584e1f393ee7a2fe56f374dab
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