lxc: update due to openssh-server merge.
This commit is contained in:
parent
b518620c81
commit
252055cea3
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue