Use xz instead of pxz

xz now has the threading fuction that was only previously in pxz. Switch
to the more standard package.

Change-Id: Idbf675c356d9f5c5faaf16d54c9a03afc5b8726e
This commit is contained in:
Jonathan Rosser 2019-10-08 13:13:34 +01:00
parent 03089fa08e
commit 9b646259e3
3 changed files with 6 additions and 6 deletions

View File

@ -39,13 +39,13 @@ _lxc_hosts_distro_packages:
- python-lxc
- python3-lxc
- systemd-container
- pxz
- xz-utils
# Package to remove from the host
lxc_hosts_remove_distro_packages:
- dnsmasq
lxc_xz_bin: pxz
lxc_xz_bin: xz
system_config_dir: "/etc/default"
systemd_utils_prefix: "/lib/systemd"

View File

@ -42,13 +42,13 @@ _lxc_hosts_distro_packages:
- python-lxc
- python3-lxc
- systemd-container
- pxz
- xz-utils
# Package to remove from the host
lxc_hosts_remove_distro_packages:
- dnsmasq
lxc_xz_bin: pxz
lxc_xz_bin: xz
system_config_dir: "/etc/default"
systemd_utils_prefix: "/lib/systemd"

View File

@ -42,13 +42,13 @@ _lxc_hosts_distro_packages:
- python-lxc
- python3-lxc
- systemd-container
- pxz
- xz-utils
# Package to remove from the host
lxc_hosts_remove_distro_packages:
- dnsmasq
lxc_xz_bin: pxz
lxc_xz_bin: xz
system_config_dir: "/etc/default"
systemd_utils_prefix: "/lib/systemd"