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:
parent
03089fa08e
commit
9b646259e3
@ -39,13 +39,13 @@ _lxc_hosts_distro_packages:
|
|||||||
- python-lxc
|
- python-lxc
|
||||||
- python3-lxc
|
- python3-lxc
|
||||||
- systemd-container
|
- systemd-container
|
||||||
- pxz
|
- xz-utils
|
||||||
|
|
||||||
# Package to remove from the host
|
# Package to remove from the host
|
||||||
lxc_hosts_remove_distro_packages:
|
lxc_hosts_remove_distro_packages:
|
||||||
- dnsmasq
|
- dnsmasq
|
||||||
|
|
||||||
lxc_xz_bin: pxz
|
lxc_xz_bin: xz
|
||||||
|
|
||||||
system_config_dir: "/etc/default"
|
system_config_dir: "/etc/default"
|
||||||
systemd_utils_prefix: "/lib/systemd"
|
systemd_utils_prefix: "/lib/systemd"
|
||||||
|
@ -42,13 +42,13 @@ _lxc_hosts_distro_packages:
|
|||||||
- python-lxc
|
- python-lxc
|
||||||
- python3-lxc
|
- python3-lxc
|
||||||
- systemd-container
|
- systemd-container
|
||||||
- pxz
|
- xz-utils
|
||||||
|
|
||||||
# Package to remove from the host
|
# Package to remove from the host
|
||||||
lxc_hosts_remove_distro_packages:
|
lxc_hosts_remove_distro_packages:
|
||||||
- dnsmasq
|
- dnsmasq
|
||||||
|
|
||||||
lxc_xz_bin: pxz
|
lxc_xz_bin: xz
|
||||||
|
|
||||||
system_config_dir: "/etc/default"
|
system_config_dir: "/etc/default"
|
||||||
systemd_utils_prefix: "/lib/systemd"
|
systemd_utils_prefix: "/lib/systemd"
|
||||||
|
@ -42,13 +42,13 @@ _lxc_hosts_distro_packages:
|
|||||||
- python-lxc
|
- python-lxc
|
||||||
- python3-lxc
|
- python3-lxc
|
||||||
- systemd-container
|
- systemd-container
|
||||||
- pxz
|
- xz-utils
|
||||||
|
|
||||||
# Package to remove from the host
|
# Package to remove from the host
|
||||||
lxc_hosts_remove_distro_packages:
|
lxc_hosts_remove_distro_packages:
|
||||||
- dnsmasq
|
- dnsmasq
|
||||||
|
|
||||||
lxc_xz_bin: pxz
|
lxc_xz_bin: xz
|
||||||
|
|
||||||
system_config_dir: "/etc/default"
|
system_config_dir: "/etc/default"
|
||||||
systemd_utils_prefix: "/lib/systemd"
|
systemd_utils_prefix: "/lib/systemd"
|
||||||
|
Loading…
Reference in New Issue
Block a user