Re: [PATCH 4/5] Cryptomount support plain dm-crypt

2016-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.06.2015 16:30, John Lane wrote: > From: John Lane > > --- > grub-core/disk/cryptodisk.c | 298 > +++- > grub-core/disk/luks.c | 195 + > include/grub/cryptodisk.h | 8 ++ > 3 files changed,

[PATCH 4/5] Cryptomount support plain dm-crypt

2015-06-29 Thread John Lane
From: John Lane j...@lane.uk.net --- grub-core/disk/cryptodisk.c | 298 +++- grub-core/disk/luks.c | 195 + include/grub/cryptodisk.h | 8 ++ 3 files changed, 310 insertions(+), 191 deletions(-) diff --git