Re: How can I submit patch for bug #42944 ?

2014-10-13 Thread Rigoberto Corujo
On Sun, 10/12/14, Andrei Borzenkov wrote: Subject: Re: How can I submit patch for bug #42944 ? To: "Andrei Borzenkov" Cc: "The development of GNU GRUB" , phco...@gmail.com Date: Sunday, October 12, 2014, 12:24 PM В Sat, 11 Oct 2014 12:58:29 +

is there HTTPS in GRUB2?

2014-10-13 Thread Madeline Dor
Hi expert, For network communication, I see that GRUB2 has http module but not https. Is there any intention on creating https module? Has anyone tried to create one? Regards, Madeline ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.or

Re: How can I submit patch for bug #42944 ?

2014-10-13 Thread Rigoberto Corujo
On Mon, 10/13/14, Rigoberto Corujo wrote: Subject: Re: How can I submit patch for bug #42944 ? To: "Andrei Borzenkov" , "The development of GNU GRUB" Cc: "The development of GNU GRUB" , phco...@gmail.com Date: Monday, October 13, 2014, 12:35 PM

Re: is there HTTPS in GRUB2?

2014-10-13 Thread Andrei Borzenkov
В Mon, 13 Oct 2014 15:48:47 -0700 Madeline Dor пишет: > Hi expert, > > For network communication, I see that GRUB2 has http module but not https. > Is there any intention on creating https module? Has anyone tried to > create one? > There was discussion recently about using OpenSSL; it could

build issue with 631a820: missing initialiser [-Werror=missing-field-initializers]

2014-10-13 Thread The Gluglug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here is how I try to build GRUB (to be used as a coreboot payload): git clone git://git.savannah.gnu.org/grub.git cd grub ./autogen.sh ./configure --with-platform=coreboot make Usually this works, but recently I get this error: loader/i386/pc/linux.

Re: build issue with 631a820: missing initialiser [-Werror=missing-field-initializers]

2014-10-13 Thread Andrei Borzenkov
On Tue, Oct 14, 2014 at 6:45 AM, The Gluglug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Here is how I try to build GRUB (to be used as a coreboot payload): > > git clone git://git.savannah.gnu.org/grub.git > cd grub > ./autogen.sh > ./configure --with-platform=coreboot > make > >

Re: build issue with 631a820: missing initialiser [-Werror=missing-field-initializers]

2014-10-13 Thread Bryan Hundven
On Mon, Oct 13, 2014 at 10:33 PM, Andrei Borzenkov wrote: > On Tue, Oct 14, 2014 at 6:45 AM, The Gluglug wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Here is how I try to build GRUB (to be used as a coreboot payload): >> >> git clone git://git.savannah.gnu.org/grub.git >> cd g