summaryrefslogtreecommitdiffstats
path: root/chroot-scripts/packages/kexec.pkg.sh
diff options
context:
space:
mode:
authorroot2010-08-11 20:17:59 +0200
committerroot2010-08-11 20:17:59 +0200
commit0ab268ee5f3ae1db199200091d694cf12bc76064 (patch)
treee821afc22a38f0fa355192ad1ffd0d01cd902963 /chroot-scripts/packages/kexec.pkg.sh
parentfoo (diff)
downloadbroot-0ab268ee5f3ae1db199200091d694cf12bc76064.tar.gz
broot-0ab268ee5f3ae1db199200091d694cf12bc76064.tar.xz
broot-0ab268ee5f3ae1db199200091d694cf12bc76064.zip
.. we have working packages :)
Diffstat (limited to 'chroot-scripts/packages/kexec.pkg.sh')
-rw-r--r--chroot-scripts/packages/kexec.pkg.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/chroot-scripts/packages/kexec.pkg.sh b/chroot-scripts/packages/kexec.pkg.sh
new file mode 100644
index 0000000..827bc76
--- /dev/null
+++ b/chroot-scripts/packages/kexec.pkg.sh
@@ -0,0 +1,3 @@
+PKG_NAME="kexec"
+APT_PACKAGES="kexec-tools"
+REQUIRED_BINARIES="$(which kexec)"