Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 0cb8180

Browse files
author
erazemkokot
committed
Revert removal of i686 pacman.conf
1 parent cdc99f7 commit 0cb8180

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

etc/i686-pacman.conf

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
#
2+
# /etc/pacman.conf
3+
#
4+
# See the pacman.conf(5) manpage for option and repository directives
5+
6+
#
7+
# GENERAL OPTIONS
8+
#
9+
[options]
10+
# The following paths are commented out with their default values listed.
11+
# If you wish to use different paths, uncomment and update the paths.
12+
#RootDir = /
13+
#DBPath = /var/lib/pacman/
14+
#CacheDir = /var/cache/pacman/pkg/
15+
#LogFile = /var/log/pacman.log
16+
#GPGDir = /etc/pacman.d/gnupg/
17+
#HookDir = /etc/pacman.d/hooks/
18+
HoldPkg = pacman glibc
19+
#XferCommand = /usr/bin/curl -C - -f %u > %o
20+
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
21+
#CleanMethod = KeepInstalled
22+
#UseDelta = 0.7
23+
Architecture = i686
24+
25+
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
26+
#IgnorePkg =
27+
#IgnoreGroup =
28+
29+
#NoUpgrade =
30+
#NoExtract =
31+
32+
# Misc options
33+
#UseSyslog
34+
Color
35+
TotalDownload
36+
CheckSpace
37+
#VerbosePkgLists
38+
39+
# By default, pacman accepts packages signed by keys that its local keyring
40+
# trusts (see pacman-key and its man page), as well as unsigned packages.
41+
SigLevel = Required DatabaseOptional
42+
LocalFileSigLevel = Optional
43+
#RemoteFileSigLevel = Required
44+
45+
# NOTE: You must run `pacman-key --init` before first using pacman; the local
46+
# keyring can then be populated with the keys of all official Arch Linux
47+
# packagers with `pacman-key --populate archlinux`.
48+
49+
#
50+
# REPOSITORIES
51+
# - can be defined here or included from another file
52+
# - pacman will search repositories in the order defined here
53+
# - local/custom mirrors can be added here or in separate files
54+
# - repositories listed first will take precedence when packages
55+
# have identical names, regardless of version number
56+
# - URLs will have $repo replaced by the name of the current repo
57+
# - URLs will have $arch replaced by the name of the architecture
58+
#
59+
# Repository entries are of the format:
60+
# [repo-name]
61+
# Server = ServerName
62+
# Include = IncludePath
63+
#
64+
# The header [repo-name] is crucial - it must be present and
65+
# uncommented to enable the repo.
66+
#
67+
68+
# The testing repositories are disabled by default. To enable, uncomment the
69+
# repo name header and Include lines. You can add preferred servers immediately
70+
# after the header, and they will be used before the default mirrors.
71+
72+
#[testing]
73+
#Include = /etc/pacman.d/mirrorlist32
74+
75+
[core]
76+
Include = /etc/pacman.d/mirrorlist32
77+
78+
[extra]
79+
Include = /etc/pacman.d/mirrorlist32
80+
81+
#[community-testing]
82+
#Include = /etc/pacman.d/mirrorlist32
83+
84+
[community]
85+
Include = /etc/pacman.d/mirrorlist32
86+
87+
# An example of a custom package repository. See the pacman manpage for
88+
# tips on creating your own repositories.
89+
#[custom]
90+
#SigLevel = Optional TrustAll
91+
#Server = file:///home/custompkgs

0 commit comments

Comments
 (0)