Re: enable cryptomount to read passphrase from file

2015-01-18 Thread Alexandre Oliva
On Jan 18, 2015, Andrei Borzenkov wrote: > I suggest you cooperate with John for this; he has a set of patches to > support it as well. See also http://grub.johnlane.ie/. Nice, for some reason I didn't find his patchset in my web searches. I ended up using his code to update the crypto modules

Re: [PATCH] On linux require the libc to have large file support

2015-01-18 Thread Felix Janda
Felix Janda wrote: > Andrei Borzenkov wrote: > > В Sat, 17 Jan 2015 14:57:07 +0100 > > Felix Janda пишет: > > > > > With this, support code in grub-core/osdep/unix/hostdisk.c > > > for old glibc releases could be removed. > > > --- > > > This patch tries to address the issues raised in > > > > >

Re: [PATCH] On linux require the libc to have large file support

2015-01-18 Thread Felix Janda
Andrei Borzenkov wrote: > В Sat, 17 Jan 2015 14:57:07 +0100 > Felix Janda пишет: > > > With this, support code in grub-core/osdep/unix/hostdisk.c > > for old glibc releases could be removed. > > --- > > This patch tries to address the issues raised in > > > > http://lists.gnu.org/archive/html/gr

Re: [PATCH] On linux require the libc to have large file support

2015-01-18 Thread Andrei Borzenkov
В Sat, 17 Jan 2015 14:57:07 +0100 Felix Janda пишет: > With this, support code in grub-core/osdep/unix/hostdisk.c > for old glibc releases could be removed. > --- > This patch tries to address the issues raised in > > http://lists.gnu.org/archive/html/grub-devel/2014-12/msg00030.html > --- > IN

Re: Support abort of 'cat' even if in paging mode

2015-01-18 Thread Andrei Borzenkov
В Wed, 14 Jan 2015 11:49:57 +0100 Valentin Dornauer пишет: > Hello, > we needed a way for GRUB to show a rather large text file in pager > mode (set pager=1) while still allowing the user to abort without > scrolling all the way to the bottom of the file. > > From the original commit message: >

Re: enable cryptomount to read passphrase from file

2015-01-18 Thread Andrei Borzenkov
В Sun, 18 Jan 2015 01:29:45 -0200 Alexandre Oliva пишет: > Here's a compile-tested patch that attempts to add '-p FILE' support to > cryptomount, so that the passphrase can be read from a usb key or > somesuch. > I suggest you cooperate with John for this; he has a set of patches to support it