]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Geändert:
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 4 Jul 2006 16:00:11 +0000 (16:00 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 4 Jul 2006 16:00:11 +0000 (16:00 +0000)
  * 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

config/bootsplash/ipfire1/config/bootsplash-1024x768.cfg
config/bootsplash/ipfire2/config/bootsplash-1024x768.cfg
lfs/bootsplash

index 5a7068f81e59550d968b649deede245c87f77a32..1365947585cf3d3b3651ea92a4d4ddeacbbe5331 100644 (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
 
index 4a30a3e480c2ad59e9bf50943c17726c37f339b2..329e29c295402d5ffcb2a2bfc38889499b303a9a 100644 (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
 
index 793038bc9d6641f3c6834cc19c0085d85a595c5c..8d2bc926b9d1f9984c2d1c7defd027facd09f406 100644 (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)