2026-06-27 17:58:32 +02:00
|
|
|
#
|
|
|
|
|
# /etc/pacman.conf
|
|
|
|
|
#
|
|
|
|
|
# See the pacman.conf(5) manpage for option and repository directives
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# GENERAL OPTIONS
|
|
|
|
|
#
|
|
|
|
|
[options]
|
|
|
|
|
HoldPkg = pacman glibc
|
2026-07-10 22:17:49 +02:00
|
|
|
IgnorePkg = xorg-server xorg-server-common xorg-server-libs
|
2026-06-27 17:58:32 +02:00
|
|
|
Architecture = auto
|
|
|
|
|
CheckSpace
|
|
|
|
|
ParallelDownloads = 5
|
|
|
|
|
DownloadUser = alpm
|
|
|
|
|
|
2026-07-08 21:36:51 +02:00
|
|
|
# Strip docs/man/info to save space in the ISO
|
|
|
|
|
NoExtract = usr/share/doc/* usr/share/man/* usr/share/info/*
|
|
|
|
|
|
2026-06-27 17:58:32 +02:00
|
|
|
SigLevel = Required DatabaseOptional
|
|
|
|
|
LocalFileSigLevel = Optional
|
|
|
|
|
|
|
|
|
|
# Antergos NeXT custom packages repo
|
|
|
|
|
[antergos-pkgs]
|
|
|
|
|
SigLevel = Optional TrustAll
|
|
|
|
|
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
|