From 909d1ed7852b421aa0178831d4b5bf298388edc6 Mon Sep 17 00:00:00 2001 From: ms Date: Thu, 6 Jul 2006 13:38:27 +0000 Subject: [PATCH] =?UTF-8?q?Ge=C3=A4ndert:=20=20=20*=20Bootsplash=20im=20SV?= =?UTF-8?q?N=20verschoben,=20da=20nur=20noch=20einer=20vorhanden=20ist.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@200 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- .../{ipfire2 => }/config/bootsplash-1024x768.cfg | 4 ++-- .../{ipfire2 => }/images/bootsplash-1024x768.jpg | Bin .../{ipfire2 => }/images/silent-1024x768.jpg | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename config/bootsplash/{ipfire2 => }/config/bootsplash-1024x768.cfg (89%) rename config/bootsplash/{ipfire2 => }/images/bootsplash-1024x768.jpg (100%) rename config/bootsplash/{ipfire2 => }/images/silent-1024x768.jpg (100%) diff --git a/config/bootsplash/ipfire2/config/bootsplash-1024x768.cfg b/config/bootsplash/config/bootsplash-1024x768.cfg similarity index 89% rename from config/bootsplash/ipfire2/config/bootsplash-1024x768.cfg rename to config/bootsplash/config/bootsplash-1024x768.cfg index 3be2d9c6b..3b34b9b1a 100644 --- a/config/bootsplash/ipfire2/config/bootsplash-1024x768.cfg +++ b/config/bootsplash/config/bootsplash-1024x768.cfg @@ -24,8 +24,8 @@ tw=1014 th=658 # name of the picture file (full path recommended) -jpeg=/etc/bootsplash/themes/current/images/bootsplash-1024x768.jpg -silentjpeg=/etc/bootsplash/themes/current/images/silent-1024x768.jpg +jpeg=/boot/splash/images/bootsplash-1024x768.jpg +silentjpeg=/boot/splash/images/silent-1024x768.jpg progress_enable=1 diff --git a/config/bootsplash/ipfire2/images/bootsplash-1024x768.jpg b/config/bootsplash/images/bootsplash-1024x768.jpg similarity index 100% rename from config/bootsplash/ipfire2/images/bootsplash-1024x768.jpg rename to config/bootsplash/images/bootsplash-1024x768.jpg diff --git a/config/bootsplash/ipfire2/images/silent-1024x768.jpg b/config/bootsplash/images/silent-1024x768.jpg similarity index 100% rename from config/bootsplash/ipfire2/images/silent-1024x768.jpg rename to config/bootsplash/images/silent-1024x768.jpg