[lxc-devel] [lxc-ci/master] images/archlinux: Fix package section for ARM

monstermunchkin on Github lxc-bot at linuxcontainers.org
Thu Dec 12 08:01:57 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 621 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191212/53560ad8/attachment-0001.bin>
-------------- next part --------------
From cbf9ecba52ee4a0c948a9284b5947df54c174eb8 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Thu, 12 Dec 2019 08:40:25 +0100
Subject: [PATCH] images/archlinux: Fix package section for ARM

Don't attempt to remove not-installed packages as this causes pacman to
fail. This also removes pciutils from the list of packages which are to
be removed. The reason being that this package is required by the base
group, and removing it will cause problems.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/archlinux.yaml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/images/archlinux.yaml b/images/archlinux.yaml
index 11fc0a4..e89a5c6 100644
--- a/images/archlinux.yaml
+++ b/images/archlinux.yaml
@@ -519,21 +519,11 @@ packages:
     - packages:
         - dnssec-anchors
         - haveged
-        - jfsutils
         - ldns
-        - libaio
         - libedit
         - linux-firmware
-        - lvm2
-        - mdadm
         - net-tools
         - openssh
-        - pciutils
-        - reiserfsprogs
-        - s-nail
-        - thin-provisioning-tools
-        - usbutils
-        - xfsprogs
       action: remove
       architectures:
         - aarch64


More information about the lxc-devel mailing list