aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes/Mandrake/cfg/bootsplash-1024x768.cfg53
-rw-r--r--themes/Mandrake/cfg/bootsplash-1280x1024.cfg54
-rw-r--r--themes/Mandrake/cfg/bootsplash-800x600.cfg54
-rw-r--r--themes/Mandrake/global.config5
-rw-r--r--themes/Mandrake/images/bootsplash-1024x768.jpgbin0 -> 15719 bytes
-rw-r--r--themes/Mandrake/images/bootsplash-1280x1024.jpgbin0 -> 26276 bytes
-rw-r--r--themes/Mandrake/images/bootsplash-800x600.jpgbin0 -> 10393 bytes
-rw-r--r--themes/Mandrake/images/silent-1024x768.jpgbin0 -> 15719 bytes
-rw-r--r--themes/Mandrake/images/silent-1280x1024.jpgbin0 -> 26276 bytes
-rw-r--r--themes/Mandrake/images/silent-800x600.jpgbin0 -> 10393 bytes
-rw-r--r--themes/Mandrake/lilo/messagebin0 -> 339659 bytes
-rw-r--r--themes/config/Ayo/cfg/bootsplash-1024x768.cfg20
-rw-r--r--themes/config/Ayo/cfg/bootsplash-1280x1024.cfg19
-rw-r--r--themes/config/Ayo/cfg/bootsplash-800x600.cfg19
-rw-r--r--themes/config/Ayo/global.config5
-rw-r--r--themes/config/Mandrake/cfg/bootsplash-1024x768.cfg55
-rw-r--r--themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg56
-rw-r--r--themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg86
-rw-r--r--themes/config/Mandrake/cfg/bootsplash-800x600.cfg56
-rw-r--r--themes/config/Mandrake/cfg/vt0-1024x768.cfg26
-rw-r--r--themes/config/Mandrake/cfg/vt0-800x600.cfg26
-rw-r--r--themes/config/Mandrake/global.config5
-rw-r--r--themes/data/Ayo/images/bootsplash-1024x768.jpgbin0 -> 81971 bytes
-rw-r--r--themes/data/Ayo/images/bootsplash-1280x1024.jpgbin0 -> 26183 bytes
-rw-r--r--themes/data/Ayo/images/bootsplash-800x600.jpgbin0 -> 13683 bytes
-rw-r--r--themes/data/Ayo/lilo/messagebin0 -> 139684 bytes
-rw-r--r--themes/data/Mandrake/images/bootsplash-1024x768.jpgbin0 -> 15719 bytes
-rw-r--r--themes/data/Mandrake/images/bootsplash-1280x1024.jpgbin0 -> 26276 bytes
-rw-r--r--themes/data/Mandrake/images/bootsplash-1600x1200.jpgbin0 -> 35288 bytes
-rw-r--r--themes/data/Mandrake/images/bootsplash-800x600.jpgbin0 -> 10393 bytes
-rw-r--r--themes/data/Mandrake/images/silent-1024x768.jpgbin0 -> 15719 bytes
-rw-r--r--themes/data/Mandrake/images/silent-1280x1024.jpgbin0 -> 26276 bytes
-rw-r--r--themes/data/Mandrake/images/silent-800x600.jpgbin0 -> 10393 bytes
-rw-r--r--themes/data/Mandrake/images/vt-1024x768.jpgbin0 -> 19600 bytes
-rw-r--r--themes/data/Mandrake/images/vt-800x600.jpgbin0 -> 13281 bytes
-rw-r--r--themes/data/Mandrake/lilo/messagebin0 -> 96382 bytes
36 files changed, 539 insertions, 0 deletions
diff --git a/themes/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/Mandrake/cfg/bootsplash-1024x768.cfg
new file mode 100644
index 0000000..4361f66
--- /dev/null
+++ b/themes/Mandrake/cfg/bootsplash-1024x768.cfg
@@ -0,0 +1,53 @@
+# This is the configuration file for the 1024x768 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=40
+ty=116
+tw=944
+th=612
+
+# ttf message output parameters
+text_x=204
+text_y=544
+text_size=26
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/bootsplash-1024x768.jpg
+silentjpeg=/usr/share/bootsplash/themes/Mandrake/images/silent-1024x768.jpg
+
+progress_enable=1
+
+# background
+box silent noover 204 582 820 612 #04045498
+box silent inter 204 583 204 611 #ffffff #ffffff #526bb0 #526bb0
+box silent 204 583 820 611 #ffffff #ffffff #526bb0 #526bb0
+# black border
+box silent 204 582 820 582 #313234
+box silent 204 612 820 612 #eef4ff
+box silent 204 582 204 612 #313234
+box silent 820 582 820 612 #eef4ff
+
+# text box (left, top)
+box 35 111 35 729 #313234
+box 36 111 985 111 #313234
+# (right, bottom)
+box 985 112 985 729 #eef4ff
+box 36 729 985 729 #eef4ff
+# box itself
+box noover 36 112 984 728 #04045498
+
+overpaintok=1
diff --git a/themes/Mandrake/cfg/bootsplash-1280x1024.cfg b/themes/Mandrake/cfg/bootsplash-1280x1024.cfg
new file mode 100644
index 0000000..a7c2fe3
--- /dev/null
+++ b/themes/Mandrake/cfg/bootsplash-1280x1024.cfg
@@ -0,0 +1,54 @@
+# This is the configuration file for the 1280x1024 bootsplash picture
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# config file version
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=48
+ty=154
+tw=1184
+th=822
+
+# ttf message output parameters
+text_x=256
+text_y=728
+text_size=36
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/SuSE-8.2/images/bootsplash-1280x1024.jpg
+silentjpeg=/usr/share/bootsplash/themes/SuSE-8.2/images/silent-1280x1024.jpg
+
+progress_enable=1
+
+# background
+box silent noover 256 776 1024 816 #04045498
+box silent inter 256 777 256 815 #ffffff #ffffff #526bb0 #526bb0
+box silent 256 777 1024 815 #ffffff #ffffff #526bb0 #526bb0
+# black border
+box silent 256 776 1024 776 #313234
+box silent 256 816 1024 816 #eef4ff
+box silent 256 776 256 816 #313234
+box silent 1024 776 1024 816 #eef4ff
+
+# text box (left, top)
+box 43 149 43 977 #313234
+box 44 149 1233 149 #313234
+# (right, bottom)
+box 1233 150 1233 977 #eef4ff
+box 44 977 1233 977 #eef4ff
+# box itself
+box noover 44 150 1232 976 #04045498
+
+overpaintok=1
diff --git a/themes/Mandrake/cfg/bootsplash-800x600.cfg b/themes/Mandrake/cfg/bootsplash-800x600.cfg
new file mode 100644
index 0000000..2a5143e
--- /dev/null
+++ b/themes/Mandrake/cfg/bootsplash-800x600.cfg
@@ -0,0 +1,54 @@
+# This is the configuration file for the 800x600 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# config file version
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=32
+ty=96
+tw=736
+th=472
+
+# ttf message output parameters
+text_x=160
+text_y=414
+text_size=20
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/etc/bootsplash/themes/SuSE-8.2/images/bootsplash-800x600.jpg
+silentjpeg=/etc/bootsplash/themes/SuSE-8.2/images/silent-800x600.jpg
+
+progress_enable=1
+
+# background
+box silent noover 160 453 640 477 #04045498
+box silent inter 160 454 160 476 #ffffff #ffffff #526bb0 #526bb0
+box silent 160 454 640 476 #ffffff #ffffff #526bb0 #526bb0
+# black border
+box silent 160 453 640 453 #313234
+box silent 160 477 640 477 #eef4ff
+box silent 160 453 160 477 #313234
+box silent 640 453 640 477 #eef4ff
+
+# text box (left, top)
+box 27 91 27 569 #313234
+box 28 91 769 91 #313234
+# (right, bottom)
+box 769 92 769 569 #eef4ff
+box 28 569 769 569 #eef4ff
+# box itself
+box noover 28 92 768 568 #04045498
+
+overpaintok=1
diff --git a/themes/Mandrake/global.config b/themes/Mandrake/global.config
new file mode 100644
index 0000000..44b4982
--- /dev/null
+++ b/themes/Mandrake/global.config
@@ -0,0 +1,5 @@
+# Display logo on Console.
+LOGO_CONSOLE=no
+
+# Make kernel message quiet by default.
+QUIET=yes \ No newline at end of file
diff --git a/themes/Mandrake/images/bootsplash-1024x768.jpg b/themes/Mandrake/images/bootsplash-1024x768.jpg
new file mode 100644
index 0000000..37e9c2f
--- /dev/null
+++ b/themes/Mandrake/images/bootsplash-1024x768.jpg
Binary files differ
diff --git a/themes/Mandrake/images/bootsplash-1280x1024.jpg b/themes/Mandrake/images/bootsplash-1280x1024.jpg
new file mode 100644
index 0000000..355b0fc
--- /dev/null
+++ b/themes/Mandrake/images/bootsplash-1280x1024.jpg
Binary files differ
diff --git a/themes/Mandrake/images/bootsplash-800x600.jpg b/themes/Mandrake/images/bootsplash-800x600.jpg
new file mode 100644
index 0000000..0e4ffc8
--- /dev/null
+++ b/themes/Mandrake/images/bootsplash-800x600.jpg
Binary files differ
diff --git a/themes/Mandrake/images/silent-1024x768.jpg b/themes/Mandrake/images/silent-1024x768.jpg
new file mode 100644
index 0000000..37e9c2f
--- /dev/null
+++ b/themes/Mandrake/images/silent-1024x768.jpg
Binary files differ
diff --git a/themes/Mandrake/images/silent-1280x1024.jpg b/themes/Mandrake/images/silent-1280x1024.jpg
new file mode 100644
index 0000000..355b0fc
--- /dev/null
+++ b/themes/Mandrake/images/silent-1280x1024.jpg
Binary files differ
diff --git a/themes/Mandrake/images/silent-800x600.jpg b/themes/Mandrake/images/silent-800x600.jpg
new file mode 100644
index 0000000..0e4ffc8
--- /dev/null
+++ b/themes/Mandrake/images/silent-800x600.jpg
Binary files differ
diff --git a/themes/Mandrake/lilo/message b/themes/Mandrake/lilo/message
new file mode 100644
index 0000000..a40cc07
--- /dev/null
+++ b/themes/Mandrake/lilo/message
Binary files differ
diff --git a/themes/config/Ayo/cfg/bootsplash-1024x768.cfg b/themes/config/Ayo/cfg/bootsplash-1024x768.cfg
new file mode 100644
index 0000000..2405746
--- /dev/null
+++ b/themes/config/Ayo/cfg/bootsplash-1024x768.cfg
@@ -0,0 +1,20 @@
+# This is the configuration file for the 1024x768 bootsplash picture
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+#
+# Comments are welcome by stepan@suse.de
+
+# tx is the x coordinate of the text window in characters. default is 19
+# multiply width font width for coordinate in pixels.
+tx=7
+
+# ty is the y coordinate of the text window in characters. default is 10
+ty=4
+
+# tw is the width of the text window in characters. default is 104
+# NOTE: this should at least be 80 as on the standard linux text console
+tw=122
+
+# th is the height of the text window in characters. default is 34
+# NOTE: this should at least be 25 as on the standard linux text console
+th=41
diff --git a/themes/config/Ayo/cfg/bootsplash-1280x1024.cfg b/themes/config/Ayo/cfg/bootsplash-1280x1024.cfg
new file mode 100644
index 0000000..6b3c031
--- /dev/null
+++ b/themes/config/Ayo/cfg/bootsplash-1280x1024.cfg
@@ -0,0 +1,19 @@
+# This is the configuration file for the 1280x1024 bootsplash picture
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# tx is the x coordinate of the text window in characters. default is 24
+# multiply width font width for coordinate in pixels.
+tx=9
+
+# ty is the y coordinate of the text window in characters. default is 14
+ty=6
+
+# tw is the width of the text window in characters. default is 130
+# NOTE: this should at least be 80 as on the standard linux text console
+tw=145
+
+# th is the height of the text window in characters. default is 44
+# NOTE: this should at least be 25 as on the standard linux text console
+th=53
+
diff --git a/themes/config/Ayo/cfg/bootsplash-800x600.cfg b/themes/config/Ayo/cfg/bootsplash-800x600.cfg
new file mode 100644
index 0000000..8f6b024
--- /dev/null
+++ b/themes/config/Ayo/cfg/bootsplash-800x600.cfg
@@ -0,0 +1,19 @@
+# This is the configuration file for the 800x600 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# tx is the x coordinate of the text window in characters. default is 15
+# multiply width font width for coordinate in pixels.
+tx=7
+
+# ty is the y coordinate of the text window in characters. default is 8
+ty=4
+
+# tw is the width of the text window in characters. default is 82
+# NOTE: this should at least be 80 as on the standard linux text console
+tw=82
+
+# th is the height of the text window in characters. default is 26
+# NOTE: this should at least be 25 as on the standard linux text console
+th=30
+
diff --git a/themes/config/Ayo/global.config b/themes/config/Ayo/global.config
new file mode 100644
index 0000000..4efccc5
--- /dev/null
+++ b/themes/config/Ayo/global.config
@@ -0,0 +1,5 @@
+# See definitions on /etc/sysconfig/bootsplash
+LOGO_CONSOLE=yes
+
+# Quiet or not ?
+QUIET=no
diff --git a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg
new file mode 100644
index 0000000..169bf2e
--- /dev/null
+++ b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg
@@ -0,0 +1,55 @@
+# This is the configuration file for the 1024x768 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=40
+ty=116
+tw=944
+th=612
+
+# ttf message output parameters
+text_x=20
+text_y=20
+text_size=22
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/bootsplash-1024x768.jpg
+silentjpeg=/usr/share/bootsplash/themes/Mandrake/images/silent-1024x768.jpg
+
+progress_enable=1
+
+# background
+box silent noover 512 732 1000 752 #04045498
+box silent inter 512 733 512 751 #99ccff #99ccff #324bb0 #526bb0
+box silent 512 733 1000 751 #99ccff #99ccff #324bb0 #526bb0
+# black border
+box silent 512 732 1000 732 #313234
+box silent 512 752 1000 752 #eef4ff
+box silent 512 732 512 752 #313234
+box silent 1000 732 1000 752 #eef4ff
+
+# text box (left, top)
+box 35 111 35 729 #313234
+box 36 111 985 111 #313234
+# (right, bottom)
+box 985 112 985 729 #eef4ff
+box 36 729 985 729 #eef4ff
+# box itself
+box noover 36 112 984 728 #04045498
+
+overpaintok=1
+
+LOGO_CONSOLE=vt
diff --git a/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg
new file mode 100644
index 0000000..a128931
--- /dev/null
+++ b/themes/config/Mandrake/cfg/bootsplash-1280x1024.cfg
@@ -0,0 +1,56 @@
+# This is the configuration file for the 1280x1024 bootsplash picture
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# config file version
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=48
+ty=154
+tw=1184
+th=822
+
+# ttf message output parameters
+text_x=20
+text_y=20
+text_size=30
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/bootsplash-1280x1024.jpg
+silentjpeg=/usr/share/bootsplash/themes/Mandrake/images/silent-1280x1024.jpg
+
+progress_enable=1
+
+# background
+box silent noover 256 776 1024 816 #04045498
+box silent inter 256 777 256 815 #99ccff #99ccff #324bb0 #526bb0
+box silent 256 777 1024 815 #99ccff #99ccff #324bb0 #526bb0
+# black border
+box silent 256 776 1024 776 #313234
+box silent 256 816 1024 816 #eef4ff
+box silent 256 776 256 816 #313234
+box silent 1024 776 1024 816 #eef4ff
+
+# text box (left, top)
+box 43 149 43 977 #313234
+box 44 149 1233 149 #313234
+# (right, bottom)
+box 1233 150 1233 977 #eef4ff
+box 44 977 1233 977 #eef4ff
+# box itself
+box noover 44 150 1232 976 #04045498
+
+overpaintok=1
+
+LOGO_CONSOLE=vt
diff --git a/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg b/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg
new file mode 100644
index 0000000..72fdae7
--- /dev/null
+++ b/themes/config/Mandrake/cfg/bootsplash-1600x1200.cfg
@@ -0,0 +1,86 @@
+# This is the configuration file for the 1600x1200 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# config file version
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=58
+ty=172
+tw=1484
+th=970
+
+# ttf message output parameters
+text_x=20
+text_y=20
+text_size=40
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share//bootsplash/themes/Mandrake/images/bootsplash-1600x1200.jpg
+silentjpeg=/usr/share//bootsplash/themes/Mandrake/images/silent-1600x1200.jpg
+
+progress_enable=1
+
+# background
+box silent noover 320 906 1280 954 #04045498
+box silent inter 320 907 320 953 #99ccff #99ccff #324bb0 #526bb0
+box silent 320 907 1280 953 #99ccff #99ccff #324bb0 #526bb0
+# black border
+box silent 320 906 1280 906 #313234
+box silent 320 954 1280 954 #eef4ff
+box silent 320 906 320 954 #313234
+box silent 1280 906 1280 954 #eef4ff
+
+# text box (left, top)
+box 53 167 53 1143 #313234
+box 54 167 1543 167 #313234
+# (right, bottom)
+box 1543 168 1543 1143 #eef4ff
+box 54 1143 1543 1143 #eef4ff
+# box itself
+box noover 54 168 1542 1142 #04045498
+
+overpaintok=1
+
+LOGO_CONSOLE=vt
+
+# tx is the x coordinate of the text window in characters. default is 23
+# multiply width font width for coordinate in pixels.
+#tx=60
+
+# ty is the y coordinate of the text window in characters. default is 20
+#ty=59
+
+# tw is the width of the text window in characters. default is 80
+# NOTE: this should at least be 80 as on the standard linux text console
+#tw=80
+
+# th is the height of the text window in characters. default is 18
+# NOTE: this should at least be 25 as on the standard linux text console
+#th=22
+
+# px is the progress bar x coordinate of its upper left corner
+#px=487
+
+# py is the progress bar y coordinate of its upper left corner
+#py=783
+
+# pw is the with of the progress bar
+#pw=626
+
+# ph is the heigth of the progress bar
+#ph=10
+
+# pc is the color of the progress bar
+#pc=0x21449c
diff --git a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg
new file mode 100644
index 0000000..346bc5a
--- /dev/null
+++ b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg
@@ -0,0 +1,56 @@
+# This is the configuration file for the 800x600 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# config file version
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=32
+ty=96
+tw=736
+th=472
+
+# ttf message output parameters
+text_x=20
+text_y=20
+text_size=16
+text_color=0xeef4ff
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share//bootsplash/themes/Mandrake/images/bootsplash-800x600.jpg
+silentjpeg=/usr/share//bootsplash/themes/Mandrake/images/silent-800x600.jpg
+
+progress_enable=1
+
+# background
+box silent noover 400 563 790 577 #04045498
+box silent inter 400 564 400 576 #99ccff #99ccff #324bb0 #526bb0
+box silent 400 564 790 576 #99ccff #99ccff #324bb0 #526bb0
+# black border
+box silent 400 563 790 563 #313234
+box silent 400 577 790 577 #eef4ff
+box silent 400 563 400 577 #313234
+box silent 790 563 790 577 #eef4ff
+
+# text box (left, top)
+box 27 91 27 569 #313234
+box 28 91 769 91 #313234
+# (right, bottom)
+box 769 92 769 569 #eef4ff
+box 28 569 769 569 #eef4ff
+# box itself
+box noover 28 92 768 568 #04045498
+
+overpaintok=1
+
+LOGO_CONSOLE=vt
diff --git a/themes/config/Mandrake/cfg/vt0-1024x768.cfg b/themes/config/Mandrake/cfg/vt0-1024x768.cfg
new file mode 100644
index 0000000..1869964
--- /dev/null
+++ b/themes/config/Mandrake/cfg/vt0-1024x768.cfg
@@ -0,0 +1,26 @@
+# This is the configuration file for the 1024x768 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=0
+ty=0
+tw=1024
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-1024x768.jpg
+
+th=768
+
+overpaintok=1
diff --git a/themes/config/Mandrake/cfg/vt0-800x600.cfg b/themes/config/Mandrake/cfg/vt0-800x600.cfg
new file mode 100644
index 0000000..f8c5938
--- /dev/null
+++ b/themes/config/Mandrake/cfg/vt0-800x600.cfg
@@ -0,0 +1,26 @@
+# This is the configuration file for the 800x600 bootsplash picture.
+# This file is necessary to specify the coordinates of the text box on the
+# splash screen.
+
+# config file version
+version=3
+
+# should the picture be displayed?
+state=1
+
+# fgcolor is the text forground color.
+# bgcolor is the text background (i.e. transparent) color.
+fgcolor=7
+bgcolor=0
+
+# (tx, ty) are the (x, y) coordinates of the text window in pixels.
+# tw/th is the width/height of the text window in pixels.
+tx=0
+ty=0
+tw=800
+th=600
+
+# name of the picture file (full path recommended)
+jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-800x600.jpg
+
+overpaintok=1
diff --git a/themes/config/Mandrake/global.config b/themes/config/Mandrake/global.config
new file mode 100644
index 0000000..44b4982
--- /dev/null
+++ b/themes/config/Mandrake/global.config
@@ -0,0 +1,5 @@
+# Display logo on Console.
+LOGO_CONSOLE=no
+
+# Make kernel message quiet by default.
+QUIET=yes \ No newline at end of file
diff --git a/themes/data/Ayo/images/bootsplash-1024x768.jpg b/themes/data/Ayo/images/bootsplash-1024x768.jpg
new file mode 100644
index 0000000..589be5b
--- /dev/null
+++ b/themes/data/Ayo/images/bootsplash-1024x768.jpg
Binary files differ
diff --git a/themes/data/Ayo/images/bootsplash-1280x1024.jpg b/themes/data/Ayo/images/bootsplash-1280x1024.jpg
new file mode 100644
index 0000000..aba3e9b
--- /dev/null
+++ b/themes/data/Ayo/images/bootsplash-1280x1024.jpg
Binary files differ
diff --git a/themes/data/Ayo/images/bootsplash-800x600.jpg b/themes/data/Ayo/images/bootsplash-800x600.jpg
new file mode 100644
index 0000000..1d1a64c
--- /dev/null
+++ b/themes/data/Ayo/images/bootsplash-800x600.jpg
Binary files differ
diff --git a/themes/data/Ayo/lilo/message b/themes/data/Ayo/lilo/message
new file mode 100644
index 0000000..9be93bc
--- /dev/null
+++ b/themes/data/Ayo/lilo/message
Binary files differ
diff --git a/themes/data/Mandrake/images/bootsplash-1024x768.jpg b/themes/data/Mandrake/images/bootsplash-1024x768.jpg
new file mode 100644
index 0000000..37e9c2f
--- /dev/null
+++ b/themes/data/Mandrake/images/bootsplash-1024x768.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/bootsplash-1280x1024.jpg b/themes/data/Mandrake/images/bootsplash-1280x1024.jpg
new file mode 100644
index 0000000..355b0fc
--- /dev/null
+++ b/themes/data/Mandrake/images/bootsplash-1280x1024.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/bootsplash-1600x1200.jpg b/themes/data/Mandrake/images/bootsplash-1600x1200.jpg
new file mode 100644
index 0000000..76f415c
--- /dev/null
+++ b/themes/data/Mandrake/images/bootsplash-1600x1200.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/bootsplash-800x600.jpg b/themes/data/Mandrake/images/bootsplash-800x600.jpg
new file mode 100644
index 0000000..0e4ffc8
--- /dev/null
+++ b/themes/data/Mandrake/images/bootsplash-800x600.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/silent-1024x768.jpg b/themes/data/Mandrake/images/silent-1024x768.jpg
new file mode 100644
index 0000000..37e9c2f
--- /dev/null
+++ b/themes/data/Mandrake/images/silent-1024x768.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/silent-1280x1024.jpg b/themes/data/Mandrake/images/silent-1280x1024.jpg
new file mode 100644
index 0000000..355b0fc
--- /dev/null
+++ b/themes/data/Mandrake/images/silent-1280x1024.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/silent-800x600.jpg b/themes/data/Mandrake/images/silent-800x600.jpg
new file mode 100644
index 0000000..0e4ffc8
--- /dev/null
+++ b/themes/data/Mandrake/images/silent-800x600.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/vt-1024x768.jpg b/themes/data/Mandrake/images/vt-1024x768.jpg
new file mode 100644
index 0000000..b091da1
--- /dev/null
+++ b/themes/data/Mandrake/images/vt-1024x768.jpg
Binary files differ
diff --git a/themes/data/Mandrake/images/vt-800x600.jpg b/themes/data/Mandrake/images/vt-800x600.jpg
new file mode 100644
index 0000000..8406fb4
--- /dev/null
+++ b/themes/data/Mandrake/images/vt-800x600.jpg
Binary files differ
diff --git a/themes/data/Mandrake/lilo/message b/themes/data/Mandrake/lilo/message
new file mode 100644
index 0000000..b8780ca
--- /dev/null
+++ b/themes/data/Mandrake/lilo/message
Binary files differ