Luks-Encrypt-Raspbian-Stretch icon indicating copy to clipboard operation
Luks-Encrypt-Raspbian-Stretch copied to clipboard

Scripts to luks encrypt the root partition of a Raspbian installation

Results 3 Luks-Encrypt-Raspbian-Stretch issues
Sort by recently updated
recently updated
newest added

Line 26(3.disk_encrypt_initramfs.sh) if [ "$SHA1SUM_ROOT" == "$SHA1SUM_EXT" ]; then should be changed to, if [ "$SHA1SUM_NEWROOT" == "$SHA1SUM_EXT" ]; then

Hi, In the script "3.disk_encrypt_initramfs.sh, Line 25" >> SHA1SUM_NEWROOT="$(dd bs=4k count=1516179 if=/dev/mapper/sdcard | sha1sum)" Shouldn't it have been "...count=$BLOCK_COUNT" instead of the above magic number "...count=1516179..." ? Many thanks.