mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lxc: switch to base-container in lxc-void
This commit is contained in:
parent
cdce9c06f3
commit
00cd7eccdf
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ arch=$(uname -m)
|
||||||
default_path="/var/lib/lxc"
|
default_path="/var/lib/lxc"
|
||||||
LXC_TEMPLATE_CONFIG="/usr/share/lxc/config"
|
LXC_TEMPLATE_CONFIG="/usr/share/lxc/config"
|
||||||
|
|
||||||
# Install 'base-minimal' by default
|
# Install 'base-container' by default
|
||||||
base_packages=('base-minimal' 'dhcpcd' 'openssh' 'iproute2')
|
base_packages=('base-container' 'dhcpcd' 'openssh' 'iproute2')
|
||||||
declare -a additional_packages
|
declare -a additional_packages
|
||||||
|
|
||||||
# split comma-separated string into an array
|
# split comma-separated string into an array
|
||||||
|
|
Loading…
Add table
Reference in a new issue