##// END OF EJS Templates
add console-setup to APT_INCLUDES for Cryptfs
Unknown -
r252:57c84b2cc324
parent child
Show More
@@ -283,7 +283,7 fi
283 # Add cryptsetup package to enable filesystem encryption
283 # Add cryptsetup package to enable filesystem encryption
284 if [ "$ENABLE_CRYPTFS" = true ] && [ "$BUILD_KERNEL" = true ] ; then
284 if [ "$ENABLE_CRYPTFS" = true ] && [ "$BUILD_KERNEL" = true ] ; then
285 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} cryptsetup"
285 REQUIRED_PACKAGES="${REQUIRED_PACKAGES} cryptsetup"
286 APT_INCLUDES="${APT_INCLUDES},cryptsetup"
286 APT_INCLUDES="${APT_INCLUDES},cryptsetup,console-setup"
287
287
288 if [ -z "$CRYPTFS_PASSWORD" ] ; then
288 if [ -z "$CRYPTFS_PASSWORD" ] ; then
289 echo "error: no password defined (CRYPTFS_PASSWORD)!"
289 echo "error: no password defined (CRYPTFS_PASSWORD)!"
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant