-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pacman.conf.aarch64
52 lines (45 loc) · 1.1 KB
/
pacman.conf.aarch64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# /etc/pacman.conf
#
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# IgnorePkg =
# RootDir = /
# DBPath = /var/lib/pacman/
# CacheDir = /var/cache/pacman/pkg/
# LogFile = /var/log/pacman.log
# GPGDir = /etc/pacman.d/gnupg/
# HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
# XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
# XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
# CleanMethod = KeepInstalled
Architecture = aarch64
# IgnorePkg =
# IgnoreGroup =
# NoUpgrade =
# NoExtract =
# UseSyslog
Color
# NoProgressBar
CheckSpace
# VerbosePkgLists
ParallelDownloads = 5
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
# RemoteFileSigLevel = Required
[BredOS]
Include = /etc/pacman.d/bredos-mirrorlist
[core]
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo
[extra]
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo
[community]
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo
[alarm]
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo
[aur]
Server = http://dk.mirror.archlinuxarm.org/$arch/$repo