Hi,

I’m currently busy with this project: MX_Linux_Respin_RPI_SysVinit

I want to enable luks encryption on the main (aka root) partition

I’m forking / portage https://github.com/gitbls/sdm/blob/master/sdm-cryptconfig to do so.

But there is a bug with copy_file from /usr/share/initramfs-tools/hook-functions see at : https://github.com/gitbls/sdm/discussions/352#discussioncomment-14997358

I don’t understand WhyTF the function copy_file report $DESTDIR/sdmcryptfs as already existing while is being tested before, and it’s not existing…

Any ideas ?

Thanks.