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
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
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
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
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
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