From 7471bd94a9a849be6f0d61feb626c3b5e2bb40bb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 5 Mar 2020 18:39:48 +0200 Subject: [PATCH] grub: disable nls --- core/grub/build | 1 + 1 file changed, 1 insertion(+) diff --git a/core/grub/build b/core/grub/build index a3551b86..1167cac8 100755 --- a/core/grub/build +++ b/core/grub/build @@ -17,6 +17,7 @@ build_grub() ( --sbindir=/usr/bin \ --sysconfdir=/etc \ --disable-werror \ + --disable-nls \ --disable-grub-mkfont \ --disable-grub-mount \ "$@"