archboot/etc/archboot/server-update.conf
2024-07-29 09:36:15 +02:00

14 lines
730 B
Bash

# SPDX-License-Identifier: GPL-3.0-or-later
# created by Tobias Powalowski <tpowa@archlinux.org>
# set your managed architectures
_SERVER_ARCH="x86_64 aarch64 riscv64"
# set your time before next architecture is built (value in seconds)
_SERVER_WAIT="3600"
# set program updates that trigger new server release
_TRIGGER="archboot archboot-arm archboot-riscv archlinux-keyring
archlinuxarm-keyring bcachefs-tools btrfs-progs coreutils
cryptsetup device-mapper dosfstools e2fsprogs glibc hwdetect iproute2
iputils iw iwd linux linux-firmware lvm2 mdadm mkinitcpio nano neovim
openssh pacman systemd thin-provisioning-tools ttyd util-linux
xfsprogs"
# vim: set ft=sh ts=4 sw=4 et: