[lxc-devel] [lxc-ci/master] images: Add acpid to VM images

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Mar 24 17:20:03 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 440 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200324/559296c1/attachment.bin>
-------------- next part --------------
From 1ade590f3a6c9e457b54ebac5c100d9b9e971bfe Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at 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.hipp at 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


More information about the lxc-devel mailing list