From 15bd4c4afc544383e37adfc33794a8434dd72cdb Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 24 Jul 2024 21:40:53 +0200 Subject: [PATCH] check on all archboot packages --- etc/archboot/server-update.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/archboot/server-update.conf b/etc/archboot/server-update.conf index 114d34795..68ea7942d 100644 --- a/etc/archboot/server-update.conf +++ b/etc/archboot/server-update.conf @@ -3,7 +3,7 @@ # set your managed architectures _SERVER_ARCH="x86_64 aarch64 riscv64" # set program updates that trigger new server release -_TRIGGER="archboot bcachefs-tools btrfs-progs coreutils cryptsetup \ - device-mapper dosfstools e2fsprogs glibc iproute2 iputils iw \ - iwd linux linux-firmware lvm2 mdadm openssh pacman systemd \ - thin-provisioning-tools ttyd util-linux xfsprogs" +_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 openssh \ + pacman systemd thin-provisioning-tools ttyd util-linux xfsprogs"