summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-12 13:47:47 +0200
committerErich Eckner <git@eckner.net>2019-04-12 13:47:47 +0200
commit468a3a4c25176d0310197f9e4cbb1328e76bceed (patch)
tree0a6982af7c9a3bda3903b7fd2bc314d80e2c48bf /misc
parent4ee0c258069cb2f71b37e562b8994bc1165b9441 (diff)
downloadbuilder-468a3a4c25176d0310197f9e4cbb1328e76bceed.tar.xz
pentium4 is new
Diffstat (limited to 'misc')
-rw-r--r--misc/pacman-pentium4.conf64
1 files changed, 64 insertions, 0 deletions
diff --git a/misc/pacman-pentium4.conf b/misc/pacman-pentium4.conf
new file mode 100644
index 0000000..37c7683
--- /dev/null
+++ b/misc/pacman-pentium4.conf
@@ -0,0 +1,64 @@
+#
+# /etc/pacman.conf
+#
+# See the pacman.conf(5) manpage for option and repository directives
+
+#
+# GENERAL OPTIONS
+#
+[options]
+# The following paths are commented out with their default values listed.
+# If you wish to use different paths, uncomment and update the paths.
+#RootDir = /
+DBPath = /home/master/builder/work/pacman-pentium4.db/
+CacheDir = /home/master/builder/work/pacman-pentium4.cache/
+LogFile = /dev/null
+#GPGDir = /etc/pacman.d/gnupg/
+#HookDir = /etc/pacman.d/hooks/
+HoldPkg = pacman glibc
+#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
+#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
+#CleanMethod = KeepInstalled
+#UseDelta = 0.7
+Architecture = pentium4
+
+# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
+#IgnorePkg =
+#IgnoreGroup =
+
+#NoUpgrade =
+#NoExtract =
+
+# Misc options
+#UseSyslog
+#Color
+#TotalDownload
+CheckSpace
+#VerbosePkgLists
+
+# By default, pacman accepts packages signed by keys that its local keyring
+# trusts (see pacman-key and its man page), as well as unsigned packages.
+SigLevel = Required DatabaseOptional
+LocalFileSigLevel = Optional
+#RemoteFileSigLevel = Required
+
+[staging]
+Include = /etc/pacman.d/mirrorlist32
+
+[community-staging]
+Include = /etc/pacman.d/mirrorlist32
+
+[testing]
+Include = /etc/pacman.d/mirrorlist32
+
+[community-testing]
+Include = /etc/pacman.d/mirrorlist32
+
+[core]
+Include = /etc/pacman.d/mirrorlist32
+
+[extra]
+Include = /etc/pacman.d/mirrorlist32
+
+[community]
+Include = /etc/pacman.d/mirrorlist32