Add LUKS support #786
Replies: 3 comments 2 replies
-
|
There are no plans to add LUKS support to the default image. We provide tooling to build your own, and that repo provides documentation on how to use it. |
Beta Was this translation helpful? Give feedback.
-
|
But that requires rebuilding the image for every release... Isn't the whole point of zbm a kind of plug and play with the ability to boot multiple distributions and snapshots? Full disk encryption with LUKS2 containers is so basic a feature, that most laptop users and many desktop users simply use it. It is the default really for many users, while ZFS encryption will always be a niche product (the reason being its very design). If LUKS was built into zbm, I for one would not have to build my own image at all, no tooling, no overhead, no time investment -- the default image would just do all that I need. My guess is, that this is a K.O. criterion for many. For me it is. Others might not write a feature request. Ease of use always wins out in the end. Its why Amazon or github for that matter are so successful. And its such an easy thing to do, too -- for you. Besides what the repo already implements, one would only need to be able to specify other disks/partitions to decrypt via a zfs property/properties on the root dataset (for encrypted swap since ZFS does not support hibernation -- provided they use the same passphrase), and voila: ZBM could do it all out of the box. |
Beta Was this translation helpful? Give feedback.
-
|
There's a lot of misunderstanding in your response. Let's clarify some things.
In my experience, every observation to the effect of "you just need to do [some trivial thing]" from users unwilling to knuckle down and implement requested features themselves should be dismissed with extreme prejudice. It means you haven't thought through the myriad edge cases that need to be considered in a project that seeks to provide reliable and flexible utility to a broad range of users. Do not lobby further. We are uninterested. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Many people (and organisations) want (or require) full disk encryption (besides the fact that zfs when I last checked still had a bug that can corrupt the data that is transmitted via zfs send from encrypted snapshots). Please include something like https://github.com/agorgl/zbm-luks-unlock into the core zbm image.
Beta Was this translation helpful? Give feedback.
All reactions