summaryrefslogtreecommitdiffstats
path: root/etc/pacman.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r--etc/pacman.conf13
1 files changed, 10 insertions, 3 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf
index ad77cfec..8262aad3 100644
--- a/etc/pacman.conf
+++ b/etc/pacman.conf
@@ -2,14 +2,21 @@
# /etc/pacman.conf
#
-# Currently the only option directive is NoUpgrade. Use this with a
-# space-delimited list of files that should never be touched by pacman
-# during an install/upgrade. (note: do not include the leading slash)
+# 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
NoUpgrade = etc/lilo.conf etc/raidtab
+#IgnorePkg = lilo gcc
+#
+# REPOSITORIES
+#
[current]
Server = ftp://ftp.archlinux.org/current
Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/current