diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-02-04 17:11:13 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-02-04 17:11:13 -0500 |
commit | 6b294286e0d0a1da6b24b338cae3b900a763e9d2 (patch) | |
tree | 817ce4377706d6c55a2641f3023ea8dc64ab8710 /ChangeLog | |
parent | 7d7861cbcd01e2c7a77ecdb207032363f92b0637 (diff) | |
parent | ce13a13190356a598cb8d3aacbf87e91bc9eb4f1 (diff) | |
download | vyos-cloud-init-6b294286e0d0a1da6b24b338cae3b900a763e9d2.tar.gz vyos-cloud-init-6b294286e0d0a1da6b24b338cae3b900a763e9d2.zip |
systemd: support using systemd-detect-virt to detect container
running-in-container is a wrapper around systemd-detect-virt -c,
and was removed from ubuntu. This adjusts to run if only running-in-container
is available.
LP: #1539016
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,6 +73,8 @@ exited non-zero (LP: #1449318) - SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965) [Robert C Jennings] + - systemd: support using systemd-detect-virt to detect container + (LP: #1539016) [Martin Pitt] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |