diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index f29c157..048b9da 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -823,7 +823,7 @@ fi if [ "$ENABLE_CRYPTFS" = true ] ; then # Create dummy ext4 fs - mkfs.ext4 "$ROOT_LOOP" + #mkfs.ext4 "$ROOT_LOOP" # Setup password keyfile touch .password