Clean up pacman.conf.in
This patch cleans up the Arch-specific pacman.conf (to be provided in the pacman Archlinux package) in an attempt to reduce the number of PEBKAC errors seen enabling default-disabled repos. Signed-off-by: Travis Willard <travis@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
0c5b68877b
commit
9a18e0dbef
1 changed files with 15 additions and 1 deletions
|
@ -24,6 +24,18 @@ HoldPkg = pacman glibc
|
||||||
# - repositories listed first will take precedence when packages
|
# - repositories listed first will take precedence when packages
|
||||||
# have identical names, regardless of version number
|
# have identical names, regardless of version number
|
||||||
#
|
#
|
||||||
|
# Repository entries are of the format:
|
||||||
|
# [repo-name]
|
||||||
|
# Server = ServerName
|
||||||
|
# Include = IncludePath
|
||||||
|
#
|
||||||
|
# The header [repo-name] is crucial - it must be present and
|
||||||
|
# uncommented to enable the repo.
|
||||||
|
#
|
||||||
|
|
||||||
|
# Testing is disabled by default. To enable, uncomment the following
|
||||||
|
# two lines. You can add preferred servers immediately after the header,
|
||||||
|
# and they will be used before the default mirrors.
|
||||||
#[testing]
|
#[testing]
|
||||||
#Include = @sysconfdir@/pacman.d/mirrorlist
|
#Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
@ -39,8 +51,10 @@ Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
# Add your preferred servers here, they will be used first
|
# Add your preferred servers here, they will be used first
|
||||||
Include = @sysconfdir@/pacman.d/mirrorlist
|
Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
# Unstable is disabled by default. To enable, uncomment the following
|
||||||
|
# two lines. You can add preferred servers immediately after the header,
|
||||||
|
# and they will be used before the default mirrors.
|
||||||
#[unstable]
|
#[unstable]
|
||||||
# Add your preferred servers here, they will be used first
|
|
||||||
#Include = @sysconfdir@/pacman.d/mirrorlist
|
#Include = @sysconfdir@/pacman.d/mirrorlist
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
|
|
Loading…
Add table
Reference in a new issue