diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-28 11:13:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-28 11:13:53 (EDT) |
commit | 94ab2f7ef91d7c5e698430aef16ecc78f6913556 (patch) | |
tree | 36c9cbaaf178b21b1dc7b8e7d9a96bbcc67e9a1a | |
parent | 758e4470939df053201e7377fe45b39147584e2a (diff) |
lilo: Add menu-title and bitmap options.
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in index 5a91ef9..fa3c408 100644 --- a/src/run/lilo/etc/lilo.conf.in +++ b/src/run/lilo/etc/lilo.conf.in @@ -1,10 +1,12 @@ boot = @BOOT@ prompt +bitmap = /boot/tuxlogo.bmp timeout = 50 lba32 compact verbose = 1 vga = normal +menu-title = "LILO Boot Menu" image = /boot/vmlinuz label = "ProteanOS 1.0" |