Re: Patch to compile grub2 with Apple compiler

2014-05-02 Thread Yves Blusseau
Le 20 avr. 2014 à 16:10, Vladimir 'φ-coder/phcoder' Serbinenko a écrit : > On 12.04.2014 19:54, Yves Blusseau wrote: >> >> Le 12 avr. 2014 à 19:06, Andrey Borzenkov a écrit : >> >>> В Sat, 12 Apr 2014 13:27:57 +0200 >>> Yves Blusseau пишет: >>> The "i386-pc" version built from OSX doe

Add specific functions for Apple Platforms

2014-05-02 Thread Yves Blusseau
This patch add specific functions for Apple platforms specific-apple-platforms-functions.patch Description: Binary data Regards, Yves___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Why ignore UUID when linux root device is an LV?

2014-05-02 Thread Sree Harsha Totakura
Hi, I would like to know why UUID is not used for root device in Linux kernel's `root=' parameter when the root device uses LVM. The following is a snippet from util/10_linux.in: > if [ "x${GRUB_DEVICE_UUID}" = "x" ] || [ "x${GRUB_DISABLE_LINUX_UUID}" = > "xtrue" ] \ > || ! test -e "/dev/dis

Re: Why ignore UUID when linux root device is an LV?

2014-05-02 Thread Colin Watson
On Fri, May 02, 2014 at 02:54:13PM +0200, Sree Harsha Totakura wrote: > I would like to know why UUID is not used for root device in Linux > kernel's `root=' parameter when the root device uses LVM. Filesystem UUIDs on LVM aren't necessarily unique in the presence of snapshots; and not all initram

net.c FINI & tftp stall threshold

2014-05-02 Thread Seth Goldberg
Hi, Is there any reason that only the following two variables’ hooks are removed at FINI time (what about the others in INIT?): 1764 grub_register_variable_hook ("net_default_server", 0, 0); 1765 grub_register_variable_hook ("pxe_default_server", 0, 0); Also, why was the tftp stall thresh

Re: net.c FINI & tftp stall threshold

2014-05-02 Thread Andrey Borzenkov
В Fri, 2 May 2014 12:00:16 -0700 Seth Goldberg пишет: > Hi, > > Is there any reason that only the following two variables’ hooks are > removed at FINI time (what about the others in INIT?): > > 1764 grub_register_variable_hook ("net_default_server", 0, 0); > 1765 grub_register_variable_h