From e4d62bc2abce106cf8d1407c6067646fdb0a8d5d Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 4 Sep 2014 18:12:23 +0200 Subject: [PATCH] grub: Use unifont as default. Fixes #10601. --- config/grub2/default | 1 + 1 file changed, 1 insertion(+) diff --git a/config/grub2/default b/config/grub2/default index c1b78237e8..39eed0fb5a 100644 --- a/config/grub2/default +++ b/config/grub2/default @@ -4,3 +4,4 @@ GRUB_DEFAULT=saved GRUB_CMDLINE_LINUX="panic=10" GRUB_DISABLE_RECOVERY="true" GRUB_BACKGROUND="/boot/grub/splash.png" +GRUB_FONT="/boot/grub/unifont.pf2" -- 2.39.5