From 3d6836b070c9afda8de41ccbfe63c809e8af5d1c Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Sun, 13 Jul 2014 14:09:23 -0400
Subject: lilo: Set fbcon font and add boot entries

---
diff --git a/changelog b/changelog
index 4856a76..30773df 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,8 @@
 config-ao751h (0.7) trunk
 
   * config-linux-libre-ao751h: Enable M+ fonts.
+  * config-lilo: Use M+ fonts on the framebuffer console.
+  * config-lilo: Add LILO entries for an old kernel and a large font.
 
  -- "P. J. McDermott" <pj@pehjota.net>  Sun, 13 Jul 2014 13:09:03 -0400
 
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in
index fa3c408..444868e 100644
--- a/src/run/lilo/etc/lilo.conf.in
+++ b/src/run/lilo/etc/lilo.conf.in
@@ -6,9 +6,21 @@ lba32
 compact
 verbose = 1
 vga = normal
-menu-title = "LILO Boot Menu"
 
 image = /boot/vmlinuz
 	label = "ProteanOS 1.0"
 	root = @BOOT@1
 	read-write
+	append = "fbcon=font:MPLUS_1M_REGULAR_12x22"
+
+image = /boot/vmlinuz.old
+	label = "ProteanOS 1.0 ~"
+	root = @BOOT@1
+	read-write
+	append = "fbcon=font:MPLUS_1M_REGULAR_12x22"
+
+image = /boot/vmlinuz
+	label = "ProteanOS 1.0 +"
+	root = @BOOT@1
+	read-write
+	append = "fbcon=font:MPLUS_1M_REGULAR_17x32"
--
cgit v0.9.1