From: Colin Watson <cjwatson@ubuntu.com>
Date: Sun, 3 Jan 2021 02:06:39 -0800
Subject: Try .bdf files in gfxboot-font.

---
 gfxboot-font.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gfxboot-font.c b/gfxboot-font.c
index 423f27d..a3c2637 100644
--- a/gfxboot-font.c
+++ b/gfxboot-font.c
@@ -921,7 +921,7 @@ char *search_font(char *font_path, char *name)
   char *font_name = NULL;
   char *cur_path, *sep;
   struct stat sbuf;
-  static char *suffix[] = { "", ".otf", ".ttf", ".ttc", ".pfa", ".pfb", ".pcf.gz" };
+  static char *suffix[] = { "", ".otf", ".ttf", ".ttc", ".pfa", ".pfb", ".pcf.gz", ".bdf" };
 
   if(!font_path || !name) return NULL;
 
