[lxc-devel] [PATCH] oracle template: add openssh-clients to enable scp in/out of container

Dwight Engen dwight.engen at oracle.com
Fri Oct 4 17:45:53 UTC 2013


Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 templates/lxc-oracle.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/lxc-oracle.in b/templates/lxc-oracle.in
index c0fcd30..deed9b3 100644
--- a/templates/lxc-oracle.in
+++ b/templates/lxc-oracle.in
@@ -516,7 +516,7 @@ container_rootfs_create()
         mkdir -p $container_rootfs/var/lib/rpm
         rpm --root $container_rootfs --initdb
         yum_args="--installroot $container_rootfs --disablerepo=* --enablerepo=$repo -y --nogpgcheck"
-        min_pkgs="yum initscripts passwd rsyslog vim-minimal openssh-server dhclient chkconfig rootfiles policycoreutils oraclelinux-release"
+        min_pkgs="yum initscripts passwd rsyslog vim-minimal openssh-server openssh-clients dhclient chkconfig rootfiles policycoreutils oraclelinux-release"
 
         # we unshare the mount namespace because yum installing the ol4
         # packages causes $rootfs/proc to be mounted on
-- 
1.8.1.4





More information about the lxc-devel mailing list