##// END OF EJS Templates
a
Unknown -
r678:e8969bce69f6
parent child
Show More
@@ -835,7 +835,7 if [ "$ENABLE_CRYPTFS" = true ] ; then
835 835 echo -n ${CRYPTFS_PASSWORD} > .password
836 836
837 837 # Initialize encrypted partition
838 cryptsetup -q luksFormat "${ROOT_LOOP}" -c "${CRYPTFS_CIPHER}" -s "${CRYPTFS_XTSKEYSIZE}" .password
838 cryptsetup --verbose --debug -q luksFormat "${ROOT_LOOP}" -c "${CRYPTFS_CIPHER}" -s "${CRYPTFS_XTSKEYSIZE}" .password
839 839
840 840 # Open encrypted partition and setup mapping
841 841 cryptsetup luksOpen "${ROOT_LOOP}" -d .password "${CRYPTFS_MAPPING}"
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant