##// END OF EJS Templates
Describe BASEDIR in README
Denis Mosolov -
r137:8155d6044389
parent child
Show More
@@ -333,6 +333,12 Set cipher specification string. `aes-xts*` ciphers are strongly recommended.
333 333 ##### `CRYPTFS_XTSKEYSIZE`=512
334 334 Sets key size in bits. The argument has to be a multiple of 8.
335 335
336 ---
337
338 #### Build settings:
339 ##### `BASEDIR`=$(pwd)/images/${RELEASE}
340 Path to a directory where the script stores all temporary files during generating the image.
341
336 342 ## Understanding the script
337 343 The functions of this script that are required for the different stages of the bootstrapping are split up into single files located inside the `bootstrap.d` directory. During the bootstrapping every script in this directory gets executed in lexicographical order:
338 344
@@ -66,7 +66,7 FBTURBO_URL=${FBTURBO_URL:=https://github.com/ssvb/xf86-video-fbturbo.git}
66 66 UBOOT_URL=${UBOOT_URL:=git://git.denx.de/u-boot.git}
67 67
68 68 # Build directories
69 BASEDIR="$(pwd)/images/${RELEASE}"
69 BASEDIR=${BASEDIR:=$(pwd)/images/${RELEASE}}
70 70 BUILDDIR="${BASEDIR}/build"
71 71
72 72 # Chroot directories
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant