diff options
Diffstat (limited to 'default.conf')
-rw-r--r-- | default.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |