summaryrefslogtreecommitdiffstats
path: root/etc/pacman.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r--etc/pacman.conf45
1 files changed, 10 insertions, 35 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf
index 8262aad3..aacf95ba 100644
--- a/etc/pacman.conf
+++ b/etc/pacman.conf
@@ -2,12 +2,11 @@
# /etc/pacman.conf
#
+# See the pacman manpage for option directives
+
+#
# GENERAL OPTIONS
-# NoUpgrade: a space-delimited list of files that should never
-# be touched by pacman during an install/upgrade.
-# (note: do not include the leading slash)
-# IgnorePkg: a space-delimited list of packages that pacman should NOT
-# upgrade when doing a --sysupgrade
+#
[options]
NoUpgrade = etc/passwd etc/group etc/shadow
NoUpgrade = etc/fstab etc/rc.conf etc/rc.local
@@ -24,6 +23,7 @@ Server = ftp://ftp.webtrek.com/pub/mirrors/archlinux/current
Server = ftp://ftp.mpi-sb.mpg.de/pub/linux/mirror/ftp.ibiblio.org/pub/Linux/distributions/archlinux/current
Server = ftp://ftp.oit.unc.edu/pub/Linux/distributions/archlinux/current
Server = ftp://ftp.tu-chemnitz.de/pub/linux/sunsite.unc-mirror/distributions/archlinux/current
+Server = ftp://ftp.parrswood.net/Mirrors/ftp.archlinux.org/current
Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/current
Server = ftp://saule.mintis.lt/pub/linux/current
Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/current
@@ -38,6 +38,7 @@ Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/current
#Server = ftp://ftp.mpi-sb.mpg.de/pub/linux/mirror/ftp.ibiblio.org/pub/Linux/distributions/archlinux/stable
#Server = ftp://ftp.oit.unc.edu/pub/Linux/distributions/archlinux/stable
#Server = ftp://ftp.tu-chemnitz.de/pub/linux/sunsite.unc-mirror/distributions/archlinux/stable
+#Server = ftp://ftp.parrswood.net/Mirrors/ftp.archlinux.org/stable
#Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/stable
#Server = ftp://saule.mintis.lt/pub/linux/stable
#Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/stable
@@ -51,6 +52,7 @@ Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/current
#Server = ftp://ftp.mpi-sb.mpg.de/pub/linux/mirror/ftp.ibiblio.org/pub/Linux/distributions/archlinux/unofficial
#Server = ftp://ftp.oit.unc.edu/pub/Linux/distributions/archlinux/unofficial
#Server = ftp://ftp.tu-chemnitz.de/pub/linux/sunsite.unc-mirror/distributions/archlinux/unofficial
+#Server = ftp://ftp.parrswood.net/Mirrors/ftp.archlinux.org/unofficial
#Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/unofficial
#Server = ftp://saule.mintis.lt/pub/linux/unofficial
#Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/unofficial
@@ -64,40 +66,13 @@ Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/current
#Server = ftp://ftp.mpi-sb.mpg.de/pub/linux/mirror/ftp.ibiblio.org/pub/Linux/distributions/archlinux/unstable
#Server = ftp://ftp.oit.unc.edu/pub/Linux/distributions/archlinux/unstable
#Server = ftp://ftp.tu-chemnitz.de/pub/linux/sunsite.unc-mirror/distributions/archlinux/unstable
+#Server = ftp://ftp.parrswood.net/Mirrors/ftp.archlinux.org/unstable
#Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/unstable
#Server = ftp://saule.mintis.lt/pub/linux/unstable
#Server = ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/archlinux/unstable
-# This is a typical setup for a local package repository. To have pacman
-# resolve dependencies and install your custom packages with the --sync
-# operation, you must generate a sync db from your custom PKGBUILDs and
-# place it in the directory specified by the Server directive.
-#
-# # gensync /usr/abs/local /home/custompkgs/custom.db.tar.gz
-#
-# The sync database must be of the form {treename}.db.gz, where treename
-# is the name of the package tree (in this case, 'custom').
-#
-# Then you can activate this custom repository by uncommenting the last
-# two lines and using pacman as usual:
-#
-# # pacman -S --refresh
-# :: Synchronizing package databases...
-# current.db.tar.gz [#################################] 100% | 20K
-# custom.db.tar.gz [/home/custompkgs/ ] 100% | LOCAL
-#
-# # pacman -S my_custom_pkg
-#
-# Targets: my_custom_pkg-0.12-1
-#
-# Do you want to install/upgrade these packages? [Y/n]
-#
-# :: Retrieving packages from custom...
-# my_custom_pkg-0.12-1.pkg [/home/custompkgs/ ] 100% | LOCAL
-#
-# checking for conflicts... done.
-# installing my_custom_pkg... done.
-#
+# An example of a custom package repository. See the pacman manpage for
+# tips on creating your own repositories.
#[custom]
#Server = local:///home/custompkgs