The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/138
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === This adds acpid to Debian and Ubuntu VM images which resolves shutdown issues. Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 1ade590f3a6c9e457b54ebac5c100d9b9e971bfe Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Tue, 24 Mar 2020 18:18:54 +0100 Subject: [PATCH] images: Add acpid to VM images This adds acpid to Debian and Ubuntu VM images which resolves shutdown issues. Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- images/debian.yaml | 1 + images/ubuntu.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/images/debian.yaml b/images/debian.yaml index 0afef03..fa1b2f1 100644 --- a/images/debian.yaml +++ b/images/debian.yaml @@ -959,6 +959,7 @@ packages: - cloud - packages: + - acpid - grub-efi action: install types: diff --git a/images/ubuntu.yaml b/images/ubuntu.yaml index cc6aba0..fa13e0d 100644 --- a/images/ubuntu.yaml +++ b/images/ubuntu.yaml @@ -427,6 +427,7 @@ packages: - cloud - packages: + - acpid - grub-efi-amd64-signed - shim-signed action: install
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel