From bba36e2e6b57588a7886330716747da4ff1fb143 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 7 Oct 2009 12:11:23 +0000 Subject: get rid of obsolete code --- themes/Mandrake/cfg/bootsplash-1024x768.cfg | 53 ----------------------- themes/Mandrake/cfg/bootsplash-1280x1024.cfg | 54 ------------------------ themes/Mandrake/cfg/bootsplash-800x600.cfg | 54 ------------------------ themes/Mandrake/global.config | 5 --- themes/Mandrake/images/bootsplash-1024x768.jpg | Bin 15719 -> 0 bytes themes/Mandrake/images/bootsplash-1280x1024.jpg | Bin 26276 -> 0 bytes themes/Mandrake/images/bootsplash-800x600.jpg | Bin 10393 -> 0 bytes themes/Mandrake/images/silent-1024x768.jpg | Bin 15719 -> 0 bytes themes/Mandrake/images/silent-1280x1024.jpg | Bin 26276 -> 0 bytes themes/Mandrake/images/silent-800x600.jpg | Bin 10393 -> 0 bytes themes/Mandrake/lilo/message | Bin 339659 -> 0 bytes 11 files changed, 166 deletions(-) delete mode 100644 themes/Mandrake/cfg/bootsplash-1024x768.cfg delete mode 100644 themes/Mandrake/cfg/bootsplash-1280x1024.cfg delete mode 100644 themes/Mandrake/cfg/bootsplash-800x600.cfg delete mode 100644 themes/Mandrake/global.config delete mode 100644 themes/Mandrake/images/bootsplash-1024x768.jpg delete mode 100644 themes/Mandrake/images/bootsplash-1280x1024.jpg delete mode 100644 themes/Mandrake/images/bootsplash-800x600.jpg delete mode 100644 themes/Mandrake/images/silent-1024x768.jpg delete mode 100644 themes/Mandrake/images/silent-1280x1024.jpg delete mode 100644 themes/Mandrake/images/silent-800x600.jpg delete mode 100644 themes/Mandrake/lilo/message (limited to 'themes/Mandrake') diff --git a/themes/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/Mandrake/cfg/bootsplash-1024x768.cfg deleted file mode 100644 index 4361f66..0000000 --- a/themes/Mandrake/cfg/bootsplash-1024x768.cfg +++ /dev/null @@ -1,53 +0,0 @@ -# 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 deleted file mode 100644 index a7c2fe3..0000000 --- a/themes/Mandrake/cfg/bootsplash-1280x1024.cfg +++ /dev/null @@ -1,54 +0,0 @@ -# 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 deleted file mode 100644 index 2a5143e..0000000 --- a/themes/Mandrake/cfg/bootsplash-800x600.cfg +++ /dev/null @@ -1,54 +0,0 @@ -# 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 deleted file mode 100644 index 44b4982..0000000 --- a/themes/Mandrake/global.config +++ /dev/null @@ -1,5 +0,0 @@ -# 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 deleted file mode 100644 index 37e9c2f..0000000 Binary files a/themes/Mandrake/images/bootsplash-1024x768.jpg and /dev/null differ diff --git a/themes/Mandrake/images/bootsplash-1280x1024.jpg b/themes/Mandrake/images/bootsplash-1280x1024.jpg deleted file mode 100644 index 355b0fc..0000000 Binary files a/themes/Mandrake/images/bootsplash-1280x1024.jpg and /dev/null differ diff --git a/themes/Mandrake/images/bootsplash-800x600.jpg b/themes/Mandrake/images/bootsplash-800x600.jpg deleted file mode 100644 index 0e4ffc8..0000000 Binary files a/themes/Mandrake/images/bootsplash-800x600.jpg and /dev/null differ diff --git a/themes/Mandrake/images/silent-1024x768.jpg b/themes/Mandrake/images/silent-1024x768.jpg deleted file mode 100644 index 37e9c2f..0000000 Binary files a/themes/Mandrake/images/silent-1024x768.jpg and /dev/null differ diff --git a/themes/Mandrake/images/silent-1280x1024.jpg b/themes/Mandrake/images/silent-1280x1024.jpg deleted file mode 100644 index 355b0fc..0000000 Binary files a/themes/Mandrake/images/silent-1280x1024.jpg and /dev/null differ diff --git a/themes/Mandrake/images/silent-800x600.jpg b/themes/Mandrake/images/silent-800x600.jpg deleted file mode 100644 index 0e4ffc8..0000000 Binary files a/themes/Mandrake/images/silent-800x600.jpg and /dev/null differ diff --git a/themes/Mandrake/lilo/message b/themes/Mandrake/lilo/message deleted file mode 100644 index a40cc07..0000000 Binary files a/themes/Mandrake/lilo/message and /dev/null differ -- cgit v1.2.1