10-20-2020, 07:35 AM
(10-20-2020, 05:08 AM)n4tter4ngell Wrote:(09-05-2020, 03:21 PM)kuleszdl Wrote: @foresto
My approach is documented here: https://www.kulesz.me/post/140-debian-de...4-install/
Thank you very much for this @kuleszdl .
I'm trying to follow your guide, but I'm struggling a little with the partitioning of the virtual machine disk. I'm a little confused with the labelling. Are you using LVM on partition 3? If so, I assume that the volume group should be named "rootencrypted", and the logical volume "root"? Can you clarify this?
given the later instructions in your blog post, I assume you're not using LVM.
However, when creating partition #3 in qemu, I create a "physical volume for encryption" and name it "rootencrypted". I then choose "configure encrypted volumes" in the partitioning menu, and create a partition in this physical volume. The created partition is automatically named "vda3_crypt", not "root", and there is no way to change the name. Consequently, /etc/crypttab and /etc/fstab in the installed system also refers to vda3_crypt.
Is this irrelevant given that the later instructions will manually create the f2fs formatted partition with the correct name?