mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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"
|
||||
LXC_TEMPLATE_CONFIG="/usr/share/lxc/config"
|
||||
|
||||
# Install 'base-minimal' by default
|
||||
base_packages=('base-minimal' 'dhcpcd' 'openssh' 'iproute2')
|
||||
# Install 'base-container' by default
|
||||
base_packages=('base-container' 'dhcpcd' 'openssh' 'iproute2')
|
||||
declare -a additional_packages
|
||||
|
||||
# split comma-separated string into an array
|
||||
|
|
Loading…
Add table
Reference in a new issue