summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorSimon Rettberg2016-04-26 10:22:52 +0200
committerSimon Rettberg2016-04-26 10:22:52 +0200
commit996160426d6f097a50f3da934ed17bd2d2b116be (patch)
tree36fe7636628e802a11835b22ef5c597f8bd9bbea /remote
parent[pam-bwidm] remove '-k' from curl options (diff)
downloadtm-scripts-996160426d6f097a50f3da934ed17bd2d2b116be.tar.gz
tm-scripts-996160426d6f097a50f3da934ed17bd2d2b116be.tar.xz
tm-scripts-996160426d6f097a50f3da934ed17bd2d2b116be.zip
[rfs-stage32] Move required binary openssl to module.conf
Diffstat (limited to 'remote')
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf1
-rw-r--r--remote/rootfs/rootfs-stage32/module.conf.ubuntu3
2 files changed, 1 insertions, 3 deletions
diff --git a/remote/rootfs/rootfs-stage32/module.conf b/remote/rootfs/rootfs-stage32/module.conf
index 4bb758a7..30b9e334 100644
--- a/remote/rootfs/rootfs-stage32/module.conf
+++ b/remote/rootfs/rootfs-stage32/module.conf
@@ -40,6 +40,7 @@ REQUIRED_BINARIES="
sed
date
cat
+ openssl
"
REQUIRED_LIBRARIES="
libcap
diff --git a/remote/rootfs/rootfs-stage32/module.conf.ubuntu b/remote/rootfs/rootfs-stage32/module.conf.ubuntu
index 77c68cef..73564780 100644
--- a/remote/rootfs/rootfs-stage32/module.conf.ubuntu
+++ b/remote/rootfs/rootfs-stage32/module.conf.ubuntu
@@ -9,9 +9,6 @@ REQUIRED_INSTALLED_PACKAGES="
REQUIRED_CONTENT_PACKAGES="
openssl
"
-REQUIRED_BINARIES+="
- openssl
-"
REQUIRED_DIRECTORIES="
/lib/xtables
"