Re: [PATCH 0/2] Support plain encryption mode.

2022-02-04 Thread Glenn Washburn
On Wed, 02 Feb 2022 15:00:10 + Maxim Fomin wrote: > --- Original Message --- > > > > > > Plainmount can work with '(hdX,gptY)' syntax in config or shell > > > (actually, this > > > > > > is the base syntax) and thus it is not limited to GPT paritions, what is > > > limited > > > > >

Re: [PATCH 0/2] Support plain encryption mode.

2022-02-02 Thread Maxim Fomin
--- Original Message --- > > > > Plainmount can work with '(hdX,gptY)' syntax in config or shell (actually, > > this > > > > is the base syntax) and thus it is not limited to GPT paritions, what is > > limited > > > > is the ability to use UUID - currently only on GPT. If partition scheme

Re: [PATCH 0/2] Support plain encryption mode.

2022-02-01 Thread Glenn Washburn
On Tue, 01 Feb 2022 15:48:01 + Maxim Fomin wrote: > --- Original Message --- > > On Monday, January 31st, 2022 at 23:40, Glenn Washburn > wrote: > > > On Sun, 30 Jan 2022 19:40:37 + > > > > Maxim Fomin ma...@fomin.one wrote: > > > > > This patch adds support for plain encrypti

Re: [PATCH 0/2] Support plain encryption mode.

2022-02-01 Thread Maxim Fomin
--- Original Message --- On Monday, January 31st, 2022 at 23:40, Glenn Washburn wrote: > On Sun, 30 Jan 2022 19:40:37 + > > Maxim Fomin ma...@fomin.one wrote: > > > This patch adds support for plain encryption mode (plain dm-crypt) via new > > > > module/command named 'plainmount'.

Re: [PATCH 0/2] Support plain encryption mode.

2022-01-31 Thread Glenn Washburn
On Sun, 30 Jan 2022 19:40:37 + Maxim Fomin wrote: > This patch adds support for plain encryption mode (plain dm-crypt) via new > module/command named 'plainmount'. This is an extension of previous patch > (member of crypto enhancement patch series) sent to grub-devel by John Lane. > The plain

[PATCH 0/2] Support plain encryption mode.

2022-01-30 Thread Maxim Fomin
This patch adds support for plain encryption mode (plain dm-crypt) via new module/command named 'plainmount'. This is an extension of previous patch (member of crypto enhancement patch series) sent to grub-devel by John Lane. The plain mode patch was fully reworked, the most important changes are: