Hi, I'm currently looking into creating a fai config space from which I can (re)install my notebook in case it needs to. However I'm somehow stuck at understanding the cryptsetup support in setup-storage.
What I need is: - one partition as luks-formatted - on this partition an LVM volume group - in this LVM volume group a couple of volumes to store the system, except /boot Is it possible to achieve this? If yes, how? I'm just thinking about hooking into the partition creation (as from the setup-storage manpage it does not seem possible for me) but how could I do that without the need to do the whole partitioning manually? Best Regards, Patrick
