Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2016-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.12.2014 18:26, Andrei Borzenkov wrote: > В Sun, 07 Dec 2014 18:18:47 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 30.11.2014 14:34, Ian Campbell wrote: >>> On Sun, 2014-11-30 at 11:51 +, Ian Campbell wrote: On Sun, 2014-11-30 at 14:31 +0300, Andrei Borzenkov wrote:

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-12-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.12.2014 18:26, Andrei Borzenkov wrote: > В Sun, 07 Dec 2014 18:18:47 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 30.11.2014 14:34, Ian Campbell wrote: >>> On Sun, 2014-11-30 at 11:51 +, Ian Campbell wrote: On Sun, 2014-11-30 at 14:31 +0300, Andrei Borzenkov wrote:

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-12-07 Thread Andrei Borzenkov
В Sun, 07 Dec 2014 18:18:47 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 30.11.2014 14:34, Ian Campbell wrote: > > On Sun, 2014-11-30 at 11:51 +, Ian Campbell wrote: > >> On Sun, 2014-11-30 at 14:31 +0300, Andrei Borzenkov wrote: > >>> if [ x$grub_platform = xxen ]; then > >>> in

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-12-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.11.2014 14:34, Ian Campbell wrote: > On Sun, 2014-11-30 at 11:51 +, Ian Campbell wrote: >> On Sun, 2014-11-30 at 14:31 +0300, Andrei Borzenkov wrote: >>> if [ x$grub_platform = xxen ]; then >>> insmod xzio >>> fi >> >> I think that could work. > > Indeed it does, so how about this inst

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-11-30 Thread Ian Campbell
On Sun, 2014-11-30 at 11:51 +, Ian Campbell wrote: > On Sun, 2014-11-30 at 14:31 +0300, Andrei Borzenkov wrote: > > if [ x$grub_platform = xxen ]; then > > insmod xzio > > fi > > I think that could work. Indeed it does, so how about this instead of the patch at the start of the thread? >Fr

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-11-30 Thread Ian Campbell
On Sun, 2014-11-30 at 11:51 +, Ian Campbell wrote: > On Sun, 2014-11-30 at 14:31 +0300, Andrei Borzenkov wrote: [...] > > We probably never read vmlinuz to the end anyway, but I wonder if it > > could be an issue. > > I've no idea. I don't see that comment anywhere in either Linux nor Grub > c

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-11-30 Thread Ian Campbell
On Sun, 2014-11-30 at 14:31 +0300, Andrei Borzenkov wrote: > В Fri, 28 Nov 2014 17:25:55 + > Ian Campbell пишет: > > > On Fri, 2014-11-28 at 20:09 +0300, Andrei Borzenkov wrote: > > > В Fri, 28 Nov 2014 08:33:34 + > > > Ian Campbell пишет: > > > > > > > From: Ian Campbell > > > > > >

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-11-30 Thread Andrei Borzenkov
В Fri, 28 Nov 2014 17:25:55 + Ian Campbell пишет: > On Fri, 2014-11-28 at 20:09 +0300, Andrei Borzenkov wrote: > > В Fri, 28 Nov 2014 08:33:34 + > > Ian Campbell пишет: > > > > > From: Ian Campbell > > > > > > This avoids needing to update all the native update-grub stanzas to also >

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-11-28 Thread Ian Campbell
On Fri, 2014-11-28 at 20:09 +0300, Andrei Borzenkov wrote: > В Fri, 28 Nov 2014 08:33:34 + > Ian Campbell пишет: > > > From: Ian Campbell > > > > This avoids needing to update all the native update-grub stanzas to also > > probe > > for and arrange to load the relevant decompressor, which

Re: [PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-11-28 Thread Andrei Borzenkov
В Fri, 28 Nov 2014 08:33:34 + Ian Campbell пишет: > From: Ian Campbell > > This avoids needing to update all the native update-grub stanzas to also probe > for and arrange to load the relevant decompressor, which would be wasteful on > native boots. > Could you give some more details why

[PATCH] grub-install: Include all decompressor modules in pvxen core image.

2014-11-28 Thread Ian Campbell
From: Ian Campbell This avoids needing to update all the native update-grub stanzas to also probe for and arrange to load the relevant decompressor, which would be wasteful on native boots. Signed-off-by: Ian Campbell --- util/grub-install.c | 25 + 1 file changed, 25 i