11-06-2019, 04:32 AM
(11-05-2019, 12:27 PM)Der Geist der Maschine Wrote:(11-05-2019, 11:34 AM)e-minguez Wrote: I want to encrypt the whole disk and I think the best approach will be to create my own image based on the official one.
That's one of the reasons I went with encrypting my home-partition, only. AFAIK, cpio can handle hardlinks, special files and all that. Might that be an option for you as well?
Having /home only encrypted is mostly ok, but /etc /root and some other directories can have sensitive data as well, that's why I'm inclined to full disk encryption. I've seen your blog post about the PBP and how did you encrypted the /home partition, pretty nice!
Let's see if we can achieve full disk encryption when we have a procedure on how to create an image.
Thanks.