lxc: update due to openssh-server merge.

This commit is contained in:
Juan RP 2014-11-04 17:05:18 +01:00
parent b518620c81
commit 252055cea3
2 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,8 @@ arch=$(uname -m)
default_path="/var/lib/lxc"
LXC_TEMPLATE_CONFIG="/usr/share/lxc/config"
# Install 'base-voidstrap' and 'openssh-server' by default
base_packages=('base-voidstrap' 'openssh-server')
# Install 'base-voidstrap' by default
base_packages=('base-voidstrap')
declare -a additional_packages
# split comma-separated string into an array

View File

@ -3,7 +3,7 @@ _desc="Linux Containers"
pkgname=lxc
version=1.0.6
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"