| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The unifont dependency is needed because without it the unicode.pf2
file is not generated (unicode.pf2 is required for grub-mkrescue).
It was disabled before because unifont was not available in Alpine but Breno
added it to Alpine (commit 588d7cff2cdf48d6b4ea30be01eef2558f7043a8)
|
|
|
|
|
| |
grub was not building on ppc64le. This patch adds the correct 'platform'
value in configure and make necessary adjusts to make grub build.
|
|
|
|
| |
Minor fixup of grub-mkconfig so the generated config works with alpine.
|
| |
|
| |
|
|
|
|
|
|
| |
Based on the Debian handling of grub-xen-host
grub2-accept-empty-module.patch from http://savannah.gnu.org/bugs/?49012
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fails on armhf builder (http://sprunge.us/OjUT) and no time to figure
out what's wrong now.
|
|
|
|
| |
currently gcc has an issue with no-pic on x86_84
|
|
temp disable x86_64 as gcc does not honor -no-pie
|