aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
new file mode 100644
index 0000000..f139688
--- /dev/null
+++ b/src/config.py
@@ -0,0 +1,15 @@
+
+MK_CHROOT_SCRIPT="/usr/sbin/mktinderboxchroot.sh"
+STAGE_TARBALL="/data/downloads/stage3-i686-2008.0.tar.bz2"
+
+WORKDIR="/data/temp"
+
+BASE_CHROOT=WORKDIR+"/collagen-base-chroot"
+WORK_CHROOT=WORKDIR+"/collagen-work-chroot"
+
+CHROOT_LOGS="/logs"
+
+import logging as log
+LOG_LEVEL=log.DEBUG
+
+