summaryrefslogtreecommitdiffstats
path: root/etc/layman.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'etc/layman.cfg')
-rw-r--r--etc/layman.cfg53
1 files changed, 53 insertions, 0 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg
new file mode 100644
index 0000000..51f2e70
--- /dev/null
+++ b/etc/layman.cfg
@@ -0,0 +1,53 @@
+[MAIN]
+
+#-----------------------------------------------------------
+# Path to the config directory
+
+config_dir: /etc/layman
+
+#-----------------------------------------------------------
+# Defines the directory where overlays should be installed
+
+storage : /usr/portage/local/layman
+
+#-----------------------------------------------------------
+# Remote overlay lists will be stored here
+# layman will append _md5(url).xml to each filename
+
+cache : %(storage)s/cache
+
+#-----------------------------------------------------------
+# The list of locally installed overlays
+
+local_list: %(storage)s/overlays.xml
+
+#-----------------------------------------------------------
+# Path to the make.conf file that should be modified by
+# layman
+
+make_conf : %(storage)s/make.conf
+
+#-----------------------------------------------------------
+# URLs of the remote lists of overlays (one per line) or
+# local overlay definitions
+#
+#overlays : http://www.gentoo.org/proj/en/overlays/layman-global.txt
+# http://dev.gentoo.org/~wrobel/layman/global-overlays.xml
+# http://mydomain.org/my-layman-list.xml
+# file:///usr/portage/local/layman/my-list.xml
+
+overlays : http://www.gentoo.org/proj/en/overlays/layman-global.txt
+
+#-----------------------------------------------------------
+# Proxy support
+#
+#proxy : http://[user:pass@]www.my-proxy.org:3128
+
+#-----------------------------------------------------------
+# Strict checking of overlay definitions
+#
+# Set either to "yes" or "no". If "no" layman will issue
+# warnings if an overlay definition is missing either
+# description or contact information.
+#
+nocheck : no