index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-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 |