Re: [PATCH] grub-mkconfig: use portable 'command -v' to detect installed programs

2019-10-21 Thread Daniel Kiper
On Wed, Oct 16, 2019 at 11:03:06PM -0400, Eli Schwartz wrote: > The 'which' utility is not guaranteed to be installed either, and if it > is, its behavior is not portable either. > > Conversely, the 'command -v' shell builtin is required to exist in all > POSIX 2008 compliant shells, and is thus gu

Re: [PATCH] Enable pager by default

2019-10-21 Thread Daniel Kiper
On Fri, Oct 18, 2019 at 02:43:18PM +0200, Javier Martinez Canillas wrote: > From: Peter Jones > > When user enters into the GRUB shell and tries to use help command, lot of > information is scrolled out of screen and the user doesn't have chance to > read it. Also, there isn't any information abou

Re: [PATCH] Update to minilzo-2.08

2019-10-21 Thread Daniel Kiper
On Fri, Oct 18, 2019 at 02:45:13PM +0200, Javier Martinez Canillas wrote: > From: Peter Jones > > This fixes CVE-2014-4607 - lzo: lzo1x_decompress_safe() integer overflow > > Resolves: http://savannah.gnu.org/bugs/?42635 OK but I would like to know how did you come up with that patch. Please desc

Re: [PATCH v2 2/3] Set net__client{id,uuid} variables from DHCP options

2019-10-21 Thread Daniel Kiper
On Fri, Oct 18, 2019 at 09:59:09AM +0200, Javier Martinez Canillas wrote: > From: Paulo Flabiano Smorigo > > This patch sets a net__clientid and net__clientuuid > GRUB environment variables, using the DHCP client ID and UUID options if > these are found. > > In the same way than net__ variables ar

Reproducible grub-install

2019-10-21 Thread Miguel Arruga Vivas
Hi, everybody! After taking a deeper look into our (guix's) grub installation procedure, I have the thought that it could be a neat idea to make the boot directory an actual derivation instead something of the global status. From what I currently understand: - boot.img/core.img and load.cfg: T

Re: [PATCH v2] Add GRUB_DISABLE_UUID

2019-10-21 Thread Daniel Kiper
On Fri, Oct 04, 2019 at 12:57:44PM +0200, Javier Martinez Canillas wrote: > Hello Nicolas, > > Thanks a lot for the feedback. > > On 10/3/19 4:29 AM, Nicholas Vinson wrote: > > [snip] > > >>> > >>> +if [ "x${GRUB_DISABLE_UUID}" = "xtrue" ]; then > >>> + if [ "x${GRUB_DISABLE_LINUX_UUID}" != "xfals