summaryrefslogtreecommitdiffstats
path: root/src/run/lilo/etc/lilo.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/run/lilo/etc/lilo.conf.in')
-rw-r--r--src/run/lilo/etc/lilo.conf.in14
1 files changed, 13 insertions, 1 deletions
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"