Files
euri-iso/iso-profiles/antergos/root-overlay/etc/pacman.conf
T
c-ludenberg 1b44b91e30 chore(pacman): require signed DB for antergos-pkgs, drop TrustAll
Both build and installed-system pacman configs now use
'SigLevel = DatabaseRequired PackageOptional' for [antergos-pkgs].
The repo DB is signed by the dedicated signing key (AA644A09...),
which authenticates all packages via the checksums the signed DB
carries. Keyring package updated to match.
2026-08-17 18:55:41 +02:00

36 lines
759 B
PacmanConf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
HoldPkg = pacman glibc
IgnorePkg = xorg-server xorg-server-common xorg-server-libs
Architecture = auto
CheckSpace
ParallelDownloads = 5
DownloadUser = alpm
# Strip docs/man/info to save space in the ISO
NoExtract = usr/share/doc/* usr/share/man/* usr/share/info/*
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
# Antergos NeXT custom packages repo
[antergos-pkgs]
SigLevel = DatabaseRequired PackageOptional
Server = https://antergos-next.github.io/antergos-packages/
[system]
Include = /etc/pacman.d/mirrorlist
[world]
Include = /etc/pacman.d/mirrorlist
[galaxy]
Include = /etc/pacman.d/mirrorlist