Luks-Encrypt-Raspbian-Stretch
Luks-Encrypt-Raspbian-Stretch copied to clipboard
Line 26(3.disk_encrypt_initramfs.sh) change SHA1SUM_ROOT to SHA1SUM_NEWROOT
Line 26(3.disk_encrypt_initramfs.sh)
if [ "$SHA1SUM_ROOT" == "$SHA1SUM_EXT" ]; then
should be changed to,
if [ "$SHA1SUM_NEWROOT" == "$SHA1SUM_EXT" ]; then