Add support for unlocking multi-device root#57
Add support for unlocking multi-device root#57graywolf wants to merge 1 commit intoalpinelinux:masterfrom graywolf:multiple_crypt_devices
Conversation
|
this seems to solve same problem as #54 tries to solve, but in different way? |
|
Yes, I think the problem solved is similar (same?). But when I decided to try alpine, #54 was not upstreamed (still is not) and since I did not like few design decisions (not being able to specify different options for different cryptoroots, handling anything ending with EDIT: Thinking about it, my version can also do what #54 is doing, except for the autoclose of the key device. That can either be added ( |
|
I've rebased on current master. |
|
Hello, W. |
Add cryptroo[0-9]= family of options to allow unlocking multi-device root filesystems, which is needed for btrfs raid1.
Add cryptroo[0-9]= family of options to allow unlocking multi-device
root filesystems, which is needed for btrfs raid1.