Willing to Implement dhcp option 210 (pathprefix)

Asked by Jan de Haan

Hi All,

   I am willing to put in the effort to implement this option but am a bit lost at where to get the source.

   apt-get source grub2-signed

   gets me a download-grub2, which when executed gets me the binaries :-(

   Where do I get the actual source?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu grub2-signed Edit question
Assignee:
No assignee Edit question
Solved by:
Jan de Haan
Solved:
Last query:
Last reply:
Revision history for this message
Jan de Haan (jdehaan) said :
#1

Ok, my mistake. Of course this belongs in grub2, not grub2-signed. Will move.

Revision history for this message
Jan de Haan (jdehaan) said :
#2

Ok, my mistake. Of course this belongs in grub2, not grub2-signed. Will move.

Revision history for this message
Jan de Haan (jdehaan) said :
#3

For the next poor wretch:

apt-get source grub2
cd grub2-2.02~beta2
./autogen.sh

plus

./configure --with-platform=efi --target=x86_64 --program-prefix=""
make
cd grub-core/
../grub-mknetdir .......

(https://lists.gnu.org/archive/html/help-grub/2014-09/msg00022.html)