Re: [PATCH v2] Explicitly check for linking format to use for efiemu64 module

2013-11-26 Thread Andrey Borzenkov
On Tue, Nov 26, 2013 at 11:53 AM, Beeblebrox zap...@berentweb.com wrote: OK, I'll try it. But I need clarification: * Should I copy the repo and do a git rollback on the copy? Just setup separate tree to perform build. The actual state does not really matter; you can use current master, ignore

Re: Configure grub for pxe boot and nfs-mounted root

2013-11-26 Thread Beeblebrox
Since I got grub's pxe set to go, I have started to try the ideas solutions. * Answer to my first question from previous post (I don't see a way where tftp-server would be able to serve-up the grub menu if it were in say /data/tftp path?): This seems not possible. TFTPD cannot chroot (-s) unless

Re: Configure grub for pxe boot and nfs-mounted root

2013-11-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.11.2013 11:01, Beeblebrox wrote: Since I got grub's pxe set to go, I have started to try the ideas solutions. * Answer to my first question from previous post (I don't see a way where tftp-server would be able to serve-up the grub menu if it were in say /data/tftp path?): This seems not

Re: Configure grub for pxe boot and nfs-mounted root

2013-11-26 Thread Beeblebrox
This doesn't seem to be a GRUB problem at all. I use tftpd which serves from /var/tftpd You are right, it is not a GRUB problem; it's a folder structure error in the way I approached the problem. boot/grub ($prefix) is where grub.cfg goes. Judging from your first question, is it possible you

Re: Configure grub for pxe boot and nfs-mounted root

2013-11-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.11.2013 12:26, Beeblebrox wrote: This doesn't seem to be a GRUB problem at all. I use tftpd which serves from /var/tftpd You are right, it is not a GRUB problem; it's a folder structure error in the way I approached the problem. boot/grub ($prefix) is where grub.cfg goes. Judging from

Re: [PATCH v2] Support to disable reed-solomon codes

2013-11-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.11.2013 16:48, Jonathan McCune wrote: This redundancy may be cumbersome if attempting +to cryptographically validate the contents of the bootloader embedding +area, or in more modern systems with GPT-style partition tables +(@pxref{BIOS installation}) where

grub-mkimage and other utils documentation

2013-11-26 Thread Andrey Borzenkov
I started to clean --pubkey in docs, hit grub-mkimage reference, hit grub-install is just a shell script ... it really needs cleanup. Is grub-install terse description intentional? If not, I'm going to actually document all utilities and all options not defined as hidden. We probably need to

Re: grub-mkimage and other utils documentation

2013-11-26 Thread Bruce Dubbs
Andrey Borzenkov wrote: I started to clean --pubkey in docs, hit grub-mkimage reference, hit grub-install is just a shell script ... it really needs cleanup. Is grub-install terse description intentional? If not, I'm going to actually document all utilities and all options not defined as hidden.

Re: grub-mkimage and other utils documentation

2013-11-26 Thread Andrey Borzenkov
В Tue, 26 Nov 2013 09:02:09 -0800 Jonathan McCune jonmcc...@google.com пишет: On Tue, Nov 26, 2013 at 8:40 AM, Andrey Borzenkov arvidj...@gmail.comwrote: I started to clean --pubkey in docs, hit grub-mkimage reference, hit grub-install is just a shell script ... it really needs cleanup.

Re: [Xen-devel] pvgrub2 is merged

2013-11-26 Thread Fabio Fantoni
Il 25/11/2013 20:35, M A Young ha scritto: On Mon, 25 Nov 2013, Fabio Fantoni wrote: I did a test following informations on one of post before: git clone git://git.sv.gnu.org/grub.git # commit 61e1b9a49d48035bde52784abb54c3212b647fc8 ./autogen.sh ./configure --target=x86_64

Re: 2.02 Release roadmap

2013-11-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.11.2013 19:49, Andrey Borzenkov wrote: В Mon, 25 Nov 2013 18:58:09 +0100 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com пишет: Hello, all. It's time to start gearing towards 2.02 release - 2.01 number will be skipped in order to follow odd/even convention for release/git. On

Re: [Xen-devel] pvgrub2 is merged

2013-11-26 Thread Andrew Cooper
On 26/11/13 18:12, Andrey Borzenkov wrote: В Tue, 26 Nov 2013 18:58:47 +0100 Fabio Fantoni fabio.fant...@m2r.biz пишет: I have also another question: Is possible specify multiple path where search the grub.cfg for support all mainly distributions and add a custom cfg path support taking it

[PATCH 2/3] Show file name in error messages from AutogenParser.

2013-11-26 Thread Colin Watson
--- gentpl.py | 37 + 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/gentpl.py b/gentpl.py index f0f4493..5bee43a 100644 --- a/gentpl.py +++ b/gentpl.py @@ -119,14 +119,15 @@ class AutogenState: need_idx, need_rbracket, indx_name,

[PATCH 0/3] Eliminate the use of Autogen

2013-11-26 Thread Colin Watson
I already mentioned this on IRC, but I thought it'd be helpful to send it here as well. This patch series (also in the cjwatson/new-autogen git branch) eliminates the use of Autogen and instead generates Automake input directly from gentpl.py. Autogen's definitions files were useful, and I've

[PATCH 1/3] Generate Makefile.*.am directly from gentpl.py, eliminating the use of Autogen. The Autogen definitions files remain intact as they offer a useful abstraction.

2013-11-26 Thread Colin Watson
--- .gitignore |1 - ChangeLog|6 + INSTALL |1 - autogen.sh | 11 +- conf/Makefile.common | 15 +- conf/Makefile.extra-dist |1 - gentpl.py| 1007 +++--- 7

[PATCH 3/3] Handle #if/#endif and C-style comments in AutoGen definitions files.

2013-11-26 Thread Colin Watson
--- gentpl.py | 46 ++ 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/gentpl.py b/gentpl.py index 5bee43a..0c5eabb 100644 --- a/gentpl.py +++ b/gentpl.py @@ -106,9 +106,11 @@ for platform in GRUB_PLATFORMS: # # We support a subset of