aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2002-07-21 16:17:55 +0000
committerFlorent Villard <warly@mandriva.com>2002-07-21 16:17:55 +0000
commit9469e4066e172a22196b9bc859e5aae1f36a896a (patch)
tree6c6ce0b298c6c41b4974c17198b16d294188a91b /README
parentfcc9a4cb2f9f1714d494badbd8ba7959d64c08bb (diff)
downloadbootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar
bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.gz
bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.bz2
bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.tar.xz
bootsplash-9469e4066e172a22196b9bc859e5aae1f36a896a.zip
new images for 9.0V1_3_11_1mdk
cp lilo message in make-boot-splash script
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 18 insertions, 1 deletions
diff --git a/README b/README
index a5660fd..98a7f8f 100644
--- a/README
+++ b/README
@@ -48,4 +48,21 @@ for more information about this).
Some stuff here has been inspired from what SuSe does (kudos to Suse).
-Chmouel Boudjnah <chmouel@mandrakesoft.com>
+LILO boot images
+================
+
+Lilo boot image are generated with the bmp2mdk script that can be found
+in Mandrake Linux lilo package.
+
+The command to generate the message file looks like:
+
+./bmp2mdk mode:0x101 timer:63+280,80+358,64+83,64+119 entry:63+144,80+70,64+84,64+119,9,42 clear:480,640,64+119 pos:63,80 progress:0x15e,0x97,0xa,0xe < installboot82-eus.bmp > boot.msg
+
+or
+
+./bmp2mdk mode:0x101 clear:480,640,64+119 pos:63,80 progress:0x15e,0x97,0x0a,0x0e,64+59 < installboot82-eus.bmp > boot.msg
+
+the +119 value must be adapted to the given color palette for the picture used.
+
+
+Chmouel Boudjnah <chmouel@mandrakesoft.com> - Warly <warly@mandrakesoft.com>