summaryrefslogtreecommitdiff
path: root/default.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 18:25:52 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 18:25:52 +0100
commit37be8f73669ddadf2259656f656af5f5c5bc39b9 (patch)
tree68fea63a95500245869ebac5537dda5c4401490f /default.conf
parent164181c1589942d9d1c8e1bf6cbba76974b7e1c7 (diff)
downloadbootstrap32-37be8f73669ddadf2259656f656af5f5c5bc39b9.tar.xz
added package descriptions for stage1
added stage1 build script shellchecked all scripts
Diffstat (limited to 'default.conf')
-rw-r--r--default.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/default.conf b/default.conf
index 8786157..bb0834f 100644
--- a/default.conf
+++ b/default.conf
@@ -20,3 +20,17 @@ STAGE1_CHROOT=$CROSS_HOME/$TARGET_CPU-root
# the place where we build stage 1
STAGE1_BUILD=$CROSS_HOME/$TARGET_CPU-build
+
+# git repository for PKGBUILD diffs and patches for the
+# i686 architecture
+GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git
+
+# the packages32 directory (where GIT_URL_ARCHLINUX32_PACKAGES is checked out)
+ARCHLINUX32_PACKAGES=$CROSS_HOME/packages32
+
+# uncomment to debug scripts
+#set -x
+
+# some default variables, not to be changed
+SCRIPT=$(sudo realpath -s "$0")
+SCRIPT_DIR=$(dirname "$SCRIPT")