aboutsummaryrefslogtreecommitdiffstats
path: root/main/grub/lang-C.UTF-8.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/grub: avoid pull in gettext for C.UTF-8Natanael Copa2019-12-041-0/+13
LANG=C.UTF-8 is the default in alpine and this confuses grub. Fix this in 00_header so "C.UTF-8" is trated as "C". fixes #10816