@@ -283,7 +283,7 fi | |||
|
283 | 283 | # Add cryptsetup package to enable filesystem encryption |
|
284 | 284 | if [ "$ENABLE_CRYPTFS" = true ] && [ "$BUILD_KERNEL" = true ] ; then |
|
285 | 285 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} cryptsetup" |
|
286 | APT_INCLUDES="${APT_INCLUDES},cryptsetup" | |
|
286 | APT_INCLUDES="${APT_INCLUDES},cryptsetup,console-setup" | |
|
287 | 287 | |
|
288 | 288 | if [ -z "$CRYPTFS_PASSWORD" ] ; then |
|
289 | 289 | echo "error: no password defined (CRYPTFS_PASSWORD)!" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant