summaryrefslogtreecommitdiff
path: root/default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'default.conf')
-rw-r--r--default.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/default.conf b/default.conf
index c177825..c5397ce 100644
--- a/default.conf
+++ b/default.conf
@@ -33,6 +33,9 @@ STAGE1_BUILD=$CROSS_HOME/$TARGET_CPU-build
# where packages are stored for stage 1
STAGE1_PACKAGES=$STAGE1_CHROOT/packages/$TARGET_CPU/
+# where to store the directory which go to the ISO image
+STAGE1_ISOLINUX=$CROSS_HOME/isolinux
+
# git repository for PKGBUILD diffs and patches for the
# i686 architecture
GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git
@@ -41,7 +44,7 @@ GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git
ARCHLINUX32_PACKAGES=$CROSS_HOME/packages32
# uncomment to debug scripts
-#set -x
+set -x
# some default variables, not to be changed
SCRIPT=$(sudo realpath -s "$0")