Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/grub: avoid pull in gettext for C.UTF-8 | Natanael Copa | 2019-12-04 | 1 | -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 |