]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove splashy's bootsplash.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Apr 2010 20:14:12 +0000 (22:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Apr 2010 20:14:12 +0000 (22:14 +0200)
src/bootsplash/background.png [deleted file]
src/bootsplash/theme.xml [deleted file]

diff --git a/src/bootsplash/background.png b/src/bootsplash/background.png
deleted file mode 100644 (file)
index 9e97ae1..0000000
Binary files a/src/bootsplash/background.png and /dev/null differ
diff --git a/src/bootsplash/theme.xml b/src/bootsplash/theme.xml
deleted file mode 100644 (file)
index 568321e..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/theme.xsd">
-    <info>
-        <!-- theme name is case sensitive. use directory name -->
-        <name>ipfire</name>
-        <version>1.0</version>
-        <description>IPFire theme</description>
-        <urls>http://www.ipfire.org</urls>
-        <author>IPFire Team</author>
-    </info>
-    <!-- conventional path: /etc/splashy/themes + theme-name -->
-    <background>
-        <boot>background.png</boot>
-        <shutdown>background.png</shutdown>
-        <resume>background.png</resume>
-        <suspend>background.png</suspend>
-        <errorimg>background.png</errorimg>
-        <!-- resolution of the images. this value affects where 
-        the progressbar will be drawn. If VALUE <= 0, then percentages
-        of the screen width and hight will be assumed -->
-        <dimension>
-            <!-- NOTE: x and y are not used by splashy -->
-            <x>0</x>
-            <y>0</y>
-            <width>0</width>
-            <height>0</height>
-        </dimension>
-    </background>
-    <textbox>
-        <!-- whether you want the textbox always
-        shown or no. If no, it will be shown only on error, 
-        see autoverboseonerror -->
-        <enable>yes</enable>
-        <!-- here are tags to set the text area... x coordinate,
-        y coordinate, width and height are for the text area.
-        Remember that x, y, width and height are expressed in percentage
-        or pixel units -->
-        <dimension>
-            <x>20</x>
-            <y>50</y>
-            <width>60</width>
-            <height>40</height>
-        </dimension>
-        <!-- here you can set the color of the text area...
-        set the amount of red, green, blue and alpha channel. 
-        Remember that the max value is 255 and the minumun value is 0-->
-        <color>
-            <red>0</red>
-            <green>0</green>
-            <blue>0</blue>
-            <alpha>127</alpha>
-        </color>
-        <!-- whether or not you want a border around the progressbar. default: no -->
-        <border>
-            <enable>yes</enable>
-            <color>
-                <red>0</red>
-                <green>0</green>
-                <blue>0</blue>
-                <alpha>255</alpha>
-            </color>
-        </border>
-        <text>
-            <!-- font file to use, path relative to theme -->
-            <font>
-                <file>FreeSans.ttf</file>
-                <height>10</height>
-            </font>
-            <!-- here you can set the color of the text/font...
-            set the amount of red, green, blue and alpha channel. 
-            Remember that the max value is 255 and the minumun value is 0-->
-            <color>
-                <red>128</red>
-                <green>128</green>
-                <blue>32</blue>
-                <alpha>255</alpha>
-            </color>
-        </text>
-    </textbox>
-    <autoverboseonerror>no</autoverboseonerror>
-    <fadein>yes</fadein>
-    <fadeout>yes</fadeout>
-</splashy>