Geändert:

* Paar Pfade in den Bootsplash-Configs verbogen.
  * Hintergundbilder für die Konsolen gesetzt. (Ich hoffe das klappt so.)


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@195 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-07-04 16:00:11 +00:00
parent 013a23e2d8
commit bf26f11b8b
3 changed files with 9 additions and 4 deletions

View File

@@ -23,8 +23,8 @@ tw=1019
th=658
# name of the picture file (full path recommended)
jpeg=/usr/share/bootsplash/themes/pclinuxos_lightedgrass/images/bootsplash-1024x768.jpg
silentjpeg=/usr/share/bootsplash/themes/pclinuxos_lightedgrass/images/silent-1024x768.jpg
jpeg=/etc/bootsplash/themes/ipfire1/images/bootsplash-1024x768.jpg
silentjpeg=/etc/bootsplash/themes/ipfire1/images/silent-1024x768.jpg
progress_enable=1

View File

@@ -24,8 +24,8 @@ tw=1024
th=768
# name of the picture file (full path recommended)
jpeg=/etc/bootsplash/themes/Linux/images/bootsplash-1024x768.jpg
silentjpeg=/etc/bootsplash/themes/Linux/images/silent-1024x768.jpg
jpeg=/etc/bootsplash/themes/ipfire2/images/bootsplash-1024x768.jpg
silentjpeg=/etc/bootsplash/themes/ipfire2/images/silent-1024x768.jpg
progress_enable=1

View File

@@ -78,5 +78,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
-mkdir -p /etc/bootsplash/themes/current
cd $(DIR_APP) && cp -Rf $(DIR_CONF)/bootsplash/* /etc/bootsplash/themes
-find /etc/bootsplash/themes -name .svn -exec rm -rf {} \;
ln -fs /etc/bootsplash/themes/ipfire1 /etc/bootsplash/themes/current
# Set screens for console... Maybe this doesn't work and has to be done at each boot?!
for i in `seq 0 5`; do \
splash -s -n -u $1 /etc/bootsplash/themes/current/config/bootsplash-1024x768.cfg \
done
@rm -rf $(DIR_APP)
@$(POSTBUILD)