From 8074ff5621e1d9ef399c5d7a2819852f23872756 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 26 Jul 2024 07:04:35 +0200 Subject: [PATCH] add keyrings to trigger packages --- etc/archboot/server-update.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/etc/archboot/server-update.conf b/etc/archboot/server-update.conf index 95882d058..f21e60094 100644 --- a/etc/archboot/server-update.conf +++ b/etc/archboot/server-update.conf @@ -3,8 +3,10 @@ # set your managed architectures _SERVER_ARCH="x86_64 aarch64 riscv64" # set program updates that trigger new server release -_TRIGGER="archboot archboot-arm archboot-riscv bcachefs-tools btrfs-progs - coreutils cryptsetup device-mapper dosfstools e2fsprogs glibc - iproute2 iputils iw iwd linux linux-firmware lvm2 mdadm nano neovim - openssh pacman systemd thin-provisioning-tools ttyd util-linux xfsprogs" +_TRIGGER="archboot archboot-arm archboot-riscv archlinux-keyring + archlinuxarm-keyring bcachefs-tools btrfs-progs coreutils + cryptsetup device-mapper dosfstools e2fsprogs glibc iproute2 + iputils iw iwd linux linux-firmware lvm2 mdadm nano neovim + openssh pacman systemd thin-provisioning-tools ttyd util-linux + xfsprogs" # vim: set ft=sh ts=4 sw=4 et: