index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-04-06 13:47:22 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-04-06 13:47:22 +0200 |
commit | 2b6d5195ee16efc25a25964315acf42ece035b7f (patch) | |
tree | 00cdfa7338456a7291d5e977f1e8eb32be99d1c9 /default.conf | |
parent | d143895cd60099335c5302d5ea6832c768bdf12b (diff) |
-rw-r--r-- | default.conf | 3 |
diff --git a/default.conf b/default.conf index 54ed5e2..51d7e71 100644 --- a/default.conf +++ b/default.conf @@ -72,6 +72,9 @@ STAGE4_PACKAGES=$STAGE4_CHROOT/packages/$TARGET_CPU/ # where build results are stored for stage 4 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 + # git repository for PKGBUILD diffs and patches for the # i686 architecture GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git |