aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/gentoo.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/gentoo.conf b/etc/gentoo.conf
new file mode 100644
index 0000000..7628650
--- /dev/null
+++ b/etc/gentoo.conf
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+### Gentoo related configuration file. TBU
+#
+#
+#
+#
+#
+#
+###
+
+# Gentoo
+export GSEVER='alpha'
+export ARCH=amd64
+export DIST="http://distfiles.gentoo.org/releases/${ARCH}/autobuilds"
+export SIGNING_KEY="https://www.gentoo.org/downloads/signatures"
+
+# Catalyst
+
+export GSE_VER="GSE_${GSEVER}"