]> git.proxmox.com Git - grub2.git/commit
Add leading / to prefix of network boot image for d-i
authorThomas Gaugler <thomas@dadie.net>
Sat, 31 Aug 2019 15:58:55 +0000 (17:58 +0200)
committerThomas Gaugler <thomas@dadie.net>
Sat, 31 Aug 2019 15:58:55 +0000 (17:58 +0200)
commit2e37e926cca551cd50485c6ef30a3b0b1f9469d7
treee0346469e3f64d3c673795bdade3dfd9fb5986d0
parentf2d317f145d27e32b64eebef36119abe5650991e
Add leading / to prefix of network boot image for d-i

The win32-loader package relies on the hosted netboot debian-installer
files.

The grubx64.efi file is located at
https://deb.deb.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/grubx64.efi
and originates from the grub2 source package.

This grubx64.efi file includes the preconfigured prefix:
($root)debian-installer/amd64/grub.

This prefix lacks the leading / in front of debian-installer. Therefore
no grub.cfg file located on a local storage device can be accessed via
this preconfigured prefix.

The normal network boot image uses ($root)/grub as its prefix. As a
stopgap the win32-loader package (experimental) transforms the above
mentioned grubx64.efi file into a normal network boot image (also known
as grubnetx64.efi.signed of the grub-efi-amd64-signed_1+2.02+dfsg1+20
package). As a consequence the grub.cfg file could be accessed at the
($root)/grub prefix.
debian/build-efi-images