36 lines
756 B
PacmanConf
36 lines
756 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
|
|
|
|
# Euri Linux custom packages repo
|
|
[euri-pkgs]
|
|
SigLevel = DatabaseRequired PackageOptional
|
|
Server = https://antergos-nas.taild4360b.ts.net/pkgs/euri-pkgs/
|
|
|
|
[system]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[world]
|
|
Include = /etc/pacman.d/mirrorlist
|
|
|
|
[galaxy]
|
|
Include = /etc/pacman.d/mirrorlist
|