summaryrefslogtreecommitdiff
path: root/default.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-15 11:15:58 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-15 11:15:58 +0100
commit80afdd710922f82171bb9250c33dca18475f42ca (patch)
tree2c604fc7cd126de2d039021e98356c1344e88a5f /default.conf
parent69f68ac358363ac31110fa1a1956539be60af313 (diff)
downloadbootstrap32-80afdd710922f82171bb9250c33dca18475f42ca.tar.xz
cleanup and plan for stage4
Diffstat (limited to 'default.conf')
-rw-r--r--default.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/default.conf b/default.conf
index ae4a9a1..54ed5e2 100644
--- a/default.conf
+++ b/default.conf
@@ -63,6 +63,15 @@ STAGE3_PACKAGES=$STAGE3_CHROOT/packages/$TARGET_CPU/
# where build results are stored for stage 3
STAGE3_BUILD=$CROSS_HOME/$TARGET_CPU-build-stage3
+# the chroot of stage 4
+STAGE4_CHROOT=$CROSS_HOME/$TARGET_CPU-root-stage4
+
+# where packages are stored for stage 4 (on the host)
+STAGE4_PACKAGES=$STAGE4_CHROOT/packages/$TARGET_CPU/
+
+# where build results are stored for stage 4
+STAGE4_BUILD=$CROSS_HOME/$TARGET_CPU-build-stage4
+
# git repository for PKGBUILD diffs and patches for the
# i686 architecture
GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git