diff options
| author | Simon Rettberg | 2016-04-26 10:22:52 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-04-26 10:22:52 +0200 |
| commit | 996160426d6f097a50f3da934ed17bd2d2b116be (patch) | |
| tree | 36fe7636628e802a11835b22ef5c597f8bd9bbea | |
| parent | [pam-bwidm] remove '-k' from curl options (diff) | |
| download | tm-scripts-996160426d6f097a50f3da934ed17bd2d2b116be.tar.gz tm-scripts-996160426d6f097a50f3da934ed17bd2d2b116be.tar.xz tm-scripts-996160426d6f097a50f3da934ed17bd2d2b116be.zip | |
[rfs-stage32] Move required binary openssl to module.conf
| -rw-r--r-- | remote/rootfs/rootfs-stage32/module.conf | 1 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/module.conf.ubuntu | 3 |
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 " |
