From 57c84b2cc3247a8689c1256d85527a5f040a9337 2018-10-25 18:29:46 From: Unknown Date: 2018-10-25 18:29:46 Subject: [PATCH] add console-setup to APT_INCLUDES for Cryptfs --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index db6d140..03239dd 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -283,7 +283,7 @@ fi # Add cryptsetup package to enable filesystem encryption if [ "$ENABLE_CRYPTFS" = true ] && [ "$BUILD_KERNEL" = true ] ; then REQUIRED_PACKAGES="${REQUIRED_PACKAGES} cryptsetup" - APT_INCLUDES="${APT_INCLUDES},cryptsetup" + APT_INCLUDES="${APT_INCLUDES},cryptsetup,console-setup" if [ -z "$CRYPTFS_PASSWORD" ] ; then echo "error: no password defined (CRYPTFS_PASSWORD)!"