summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/pacman.conf.options
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-04 23:41:32 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-04 23:42:35 (GMT)
commited744cddd2e9ead9284ff7188ee08e2ed9724f9c (patch)
treefd86482d3ebf8695b7e7dde031786ac06141614e /build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/pacman.conf.options
parent91dd83c0ce7c0c6011e98b921f3cbf96bebf8544 (diff)
downloadlinhes_dev-ed744cddd2e9ead9284ff7188ee08e2ed9724f9c.zip
larch8: profile sync. featuring all new splash screens
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/pacman.conf.options')
-rw-r--r--build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/pacman.conf.options38
1 files changed, 38 insertions, 0 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/pacman.conf.options b/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/pacman.conf.options
new file mode 100644
index 0000000..d71f787
--- /dev/null
+++ b/build_tools/larch8/larch0/profiles/linhes-local-mirror-stable-i686/pacman.conf.options
@@ -0,0 +1,38 @@
+#
+# /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 = /var/lib/pacman/
+CacheDir = /data/var/cache/pacman/pkg/
+#LogFile = /var/log/pacman.log
+HoldPkg = pacman glibc
+# If upgrades are available for these packages they will be asked for first
+SyncFirst = pacman
+#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
+#XferCommand = /usr/bin/curl -C - %u > %o
+#CleanMethod = KeepInstalled
+Architecture = auto
+
+# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
+#IgnorePkg =
+#IgnoreGroup =
+
+#NoUpgrade =
+#NoExtract =
+
+# Misc options (all disabled by default)
+#UseSyslog
+#ShowSize
+#UseDelta
+#TotalDownload
+
+#
+