[PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-04-02 Thread Maxim Fomin
--- docs/grub.texi | 47 grub-core/Makefile.core.def | 5 + grub-core/disk/plainmount.c | 511 3 files changed, 563 insertions(+) create mode 100644 grub-core/disk/plainmount.c diff --git a/docs/grub.texi b/docs/grub.texi index caba8befb.

[PATCH v2 0/1] plainmount: Support plain encryption mode.

2022-04-02 Thread Maxim Fomin
This patch adds support for plain encryption mode (plain dm-crypt) via new module/command named 'plainmount'. This is the second version of the patch send at https://lists.gnu.org/archive/html/grub-devel/2022-01/msg00179.html. The patch was significantly rewritten. Notable changes are: 1. removin