summaryrefslogtreecommitdiffstats
path: root/chroot-scripts/packages
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
parentfoo (diff)
downloadbroot-0ab268ee5f3ae1db199200091d694cf12bc76064.tar.gz
broot-0ab268ee5f3ae1db199200091d694cf12bc76064.tar.xz
broot-0ab268ee5f3ae1db199200091d694cf12bc76064.zip
.. we have working packages :)
Diffstat (limited to 'chroot-scripts/packages')
-rw-r--r--chroot-scripts/packages/dialog.pkg.sh3
-rw-r--r--chroot-scripts/packages/dropbear.pkg.sh3
-rw-r--r--chroot-scripts/packages/hwinfo.pkg.sh3
-rw-r--r--chroot-scripts/packages/kexec.pkg.sh3
-rw-r--r--chroot-scripts/packages/nbd-client.pkg.sh3
-rw-r--r--chroot-scripts/packages/splashy.pkg.sh3
-rw-r--r--chroot-scripts/packages/strace.pkg.sh3
7 files changed, 21 insertions, 0 deletions
diff --git a/chroot-scripts/packages/dialog.pkg.sh b/chroot-scripts/packages/dialog.pkg.sh
new file mode 100644
index 0000000..67706e5
--- /dev/null
+++ b/chroot-scripts/packages/dialog.pkg.sh
@@ -0,0 +1,3 @@
+PKG_NAME="dialog"
+APT_PACKAGES="dialog"
+REQUIRED_BINARIES="$(which dialog)"
diff --git a/chroot-scripts/packages/dropbear.pkg.sh b/chroot-scripts/packages/dropbear.pkg.sh
new file mode 100644
index 0000000..18fdff8
--- /dev/null
+++ b/chroot-scripts/packages/dropbear.pkg.sh
@@ -0,0 +1,3 @@
+PKG_NAME="dropbear"
+APT_PACKAGES="dropbear"
+REQUIRED_BINARIES="$(which dropbear)"
diff --git a/chroot-scripts/packages/hwinfo.pkg.sh b/chroot-scripts/packages/hwinfo.pkg.sh
new file mode 100644
index 0000000..b86f0fd
--- /dev/null
+++ b/chroot-scripts/packages/hwinfo.pkg.sh
@@ -0,0 +1,3 @@
+PKG_NAME="hwinfo"
+APT_PACKAGES="hwinfo"
+REQUIRED_BINARIES="$(which hwinfo)"
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)"
diff --git a/chroot-scripts/packages/nbd-client.pkg.sh b/chroot-scripts/packages/nbd-client.pkg.sh
new file mode 100644
index 0000000..79584af
--- /dev/null
+++ b/chroot-scripts/packages/nbd-client.pkg.sh
@@ -0,0 +1,3 @@
+PKG_NAME="nbd-client"
+APT_PACKAGES="nbd-client"
+REQUIRED_BINARIES="$(which nbd-client)"
diff --git a/chroot-scripts/packages/splashy.pkg.sh b/chroot-scripts/packages/splashy.pkg.sh
new file mode 100644
index 0000000..701b413
--- /dev/null
+++ b/chroot-scripts/packages/splashy.pkg.sh
@@ -0,0 +1,3 @@
+PKG_NAME="splashy"
+APT_PACKAGES="splashy"
+REQUIRED_BINARIES="$(which splashy)"
diff --git a/chroot-scripts/packages/strace.pkg.sh b/chroot-scripts/packages/strace.pkg.sh
new file mode 100644
index 0000000..917f20e
--- /dev/null
+++ b/chroot-scripts/packages/strace.pkg.sh
@@ -0,0 +1,3 @@
+PKG_NAME="strace"
+APT_PACKAGES="strace"
+REQUIRED_BINARIES="$(which strace)"