kmandevnull

Results 2 issues of kmandevnull

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.