@@ -209,9 +209,6 CRYPTFS_MAPPING=${CRYPTFS_MAPPING:="secure"} | |||||
209 | CRYPTFS_CIPHER=${CRYPTFS_CIPHER:="aes-xts-plain64:sha512"} |
|
209 | CRYPTFS_CIPHER=${CRYPTFS_CIPHER:="aes-xts-plain64:sha512"} | |
210 | CRYPTFS_XTSKEYSIZE=${CRYPTFS_XTSKEYSIZE:=512} |
|
210 | CRYPTFS_XTSKEYSIZE=${CRYPTFS_XTSKEYSIZE:=512} | |
211 |
|
211 | |||
212 | # Stop the Crypto Wars |
|
|||
213 | DISABLE_FBI=${DISABLE_FBI:=false} |
|
|||
214 |
|
||||
215 | # Chroot scripts directory |
|
212 | # Chroot scripts directory | |
216 | CHROOT_SCRIPTS=${CHROOT_SCRIPTS:=""} |
|
213 | CHROOT_SCRIPTS=${CHROOT_SCRIPTS:=""} | |
217 |
|
214 | |||
@@ -283,11 +280,6 if [ "$KERNEL_CCACHE" = true ] ; then | |||||
283 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} ccache" |
|
280 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} ccache" | |
284 | fi |
|
281 | fi | |
285 |
|
282 | |||
286 | # Stop the Crypto Wars |
|
|||
287 | if [ "$DISABLE_FBI" = true ] ; then |
|
|||
288 | ENABLE_CRYPTFS=true |
|
|||
289 | fi |
|
|||
290 |
|
||||
291 | # Add cryptsetup package to enable filesystem encryption |
|
283 | # Add cryptsetup package to enable filesystem encryption | |
292 | if [ "$ENABLE_CRYPTFS" = true ] && [ "$BUILD_KERNEL" = true ] ; then |
|
284 | if [ "$ENABLE_CRYPTFS" = true ] && [ "$BUILD_KERNEL" = true ] ; then | |
293 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} cryptsetup" |
|
285 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} cryptsetup" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant