summaryrefslogtreecommitdiffstats
path: root/chroot-scripts/packages/kexec.pkg.sh
diff options
context:
space:
mode:
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)"