summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-11-11 09:27:56 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-11-11 09:27:56 (EST)
commit71d8be4a0fba8a8253dca12d517fb27e22f4230c (patch)
tree28ab2ab4a270107ca0e0f88902aa542f6a015ffc
parent0c121122b54929e4a187e514d15bf459b14e0d55 (diff)
/etc/lilo.conf.in: Use branding
And with the ProteanOS logo in the background image, we don't need "ProteanOS 1.0" in the menu entry labels. This gives us back characters that we can use to better describe the options, instead of using obscure "~" and "+" symbols for "Old kernel" and "Large font", respectively.
-rw-r--r--src/run/lilo/etc/lilo.conf.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in
index 5a8f7ca..5e8b5dc 100644
--- a/src/run/lilo/etc/lilo.conf.in
+++ b/src/run/lilo/etc/lilo.conf.in
@@ -1,6 +1,9 @@
boot = @BOOT@
prompt
-bitmap = /boot/tuxlogo.bmp
+bitmap = /boot/proteanos.bmp
+bmp-table = 55,8,1,16,
+bmp-colors = 0,,,1,,
+bmp-timer = none
timeout = 50
lba32
compact
@@ -8,16 +11,16 @@ verbose = 1
vga = normal
image = /boot/vmlinuz
- label = "ProteanOS 1.0"
+ label = "Default"
read-write
append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_11x22"
image = /boot/vmlinuz.old
- label = "ProteanOS 1.0 ~"
+ label = "Old kernel"
read-write
append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_11x22"
image = /boot/vmlinuz
- label = "ProteanOS 1.0 +"
+ label = "Large font"
read-write
append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_16x32"