Re: [PATCH] grub2 should not unzip Linux initramfs

2013-11-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed, thanks. On 12.11.2013 11:25, Lukas Schwaighofer wrote: > Hi, > > the initramfs protocol (see [1]) supports multiple concatenated archives. > > Because of grub2's implicit unzipping of gz-compressed multiboot > modules, a valid initramfs-file (e.g. in my case containing of two > concate

[PATCH] grub2 should not unzip Linux initramfs

2013-11-12 Thread Lukas Schwaighofer
Hi, the initramfs protocol (see [1]) supports multiple concatenated archives. Because of grub2's implicit unzipping of gz-compressed multiboot modules, a valid initramfs-file (e.g. in my case containing of two concatenated gz-files) may be rendered unbootable. I have attached the trivial patch a