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