diff options
-rw-r--r-- | etc/gentoo.conf | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/etc/gentoo.conf b/etc/gentoo.conf index 48c697c..532fe1c 100644 --- a/etc/gentoo.conf +++ b/etc/gentoo.conf @@ -1,23 +1,28 @@ #!/bin/bash -### Gentoo related configuration file. TBU +### Gentoo related configuration file. # -# -# -# -# -# -### -# 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" +GSEVER='alpha' +ARCH=amd64 +DIST="http://distfiles.gentoo.org/releases/${ARCH}/autobuilds" +SIGNING_KEY="https://www.gentoo.org/downloads/signatures" + +export GSEVER +export ARCH +export DIST +export SIGNING_KEY -# Catalyst -export GSE_VER="GSE_${GSEVER}" +git_par="https://github.com/ulfox/GSE.git" +export git_par + +# Catalyst stage3 target name +GSE_VER="GSE_${GSEVER}" +export GSE_VER GSE_BACKUP="/usr/share/gse/backup/gse_${GSEVER}.tar.bz2" KEEP_VAR="/var/tmp/gse/" +export GSE_BACKUP +export KEEP_VAR + # Example: /var/tmp/gse/workdir-${_base_flag}_${_date}.tar.bz2"
\ No newline at end of file |