]> git.proxmox.com Git - mirror_lxc.git/commit - templates/lxc-busybox.in
lxc-busybox: make some OpenSSH tools optional
authorBogdan Purcareata <bogdan.purcareata@freescale.com>
Tue, 12 May 2015 09:45:27 +0000 (09:45 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 26 May 2015 17:04:41 +0000 (13:04 -0400)
commit4432b512a280be289d0797bdbcc0a40fcb2635ce
tree6fef004c372b9fe445319f2069a0f42dfec2e2a6
parent5a56eeb64d8536fc5ce2e2a8cc407597b87cf9b0
lxc-busybox: make some OpenSSH tools optional

Currently, when installing OpenSSH in a Busybox container, the template searches
for all the OpenSSH client binaries available in the Debian distro package. The
included tools might differ from distro to distro, so make part of the tools
optional. The mandatory tools, without which installing OpenSSH fails, are
"sshd" for the server and "ssh" and "scp" for the client.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-busybox.in