index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-18 16:35:01 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-18 16:35:01 +0000 |
commit | 3abff29bd6887d69b2b45680fb64f164babd4aee (patch) | |
tree | 084fd70fdaa67e26e0edb22f817c73191bdbdd15 /default.conf | |
parent | f56b9ccd7042d690c092c0b2066d4702487e03da (diff) |
-rw-r--r-- | default.conf | 9 |
diff --git a/default.conf b/default.conf index 51d7e71..4bfb161 100644 --- a/default.conf +++ b/default.conf @@ -75,6 +75,15 @@ STAGE4_BUILD=$CROSS_HOME/$TARGET_CPU-build-stage4 # where to store the directory which go to the ISO image STAGE4_ISOLINUX=$CROSS_HOME/isolinux-stage4 +# the chroot of stage 5 +STAGE5_CHROOT=$CROSS_HOME/$TARGET_CPU-root-stage5 + +# where packages are stored for stage 5 (on the host) +STAGE5_PACKAGES=$STAGE5_CHROOT/packages/$TARGET_CPU/ + +# where build results are stored for stage 5 +STAGE5_BUILD=$CROSS_HOME/$TARGET_CPU-build-stage5 + # git repository for PKGBUILD diffs and patches for the # i686 architecture GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git |