diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-13 14:09:23 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-13 14:09:23 (EDT) |
commit | 3d6836b070c9afda8de41ccbfe63c809e8af5d1c (patch) | |
tree | 0426ea4f9560616ed0989c4186677f889888faa5 /src | |
parent | c55600d0909d3c610b8e57325530cd4363805e73 (diff) |
lilo: Set fbcon font and add boot entries
Diffstat (limited to 'src')
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 14 |
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" |