aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-bootsplash/files
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-05-07 12:03:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-07 12:03:54 +0000
commitf80fa91909230cb2ce62661b3e7536be2bb4b820 (patch)
treee6233808e91361e0e970cb33589093744ab99025 /packages/gpe-bootsplash/files
parent8ededc2864b7161748351a952acadeadc048c974 (diff)
downloadopenembedded-f80fa91909230cb2ce62661b3e7536be2bb4b820.tar.gz
gpe-bootsplash: Remove error-message on first-boot
Diffstat (limited to 'packages/gpe-bootsplash/files')
-rw-r--r--packages/gpe-bootsplash/files/init.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gpe-bootsplash/files/init.patch b/packages/gpe-bootsplash/files/init.patch
index 8e2cf750d4..3eb0a6a46c 100644
--- a/packages/gpe-bootsplash/files/init.patch
+++ b/packages/gpe-bootsplash/files/init.patch
@@ -27,7 +27,7 @@
+ # as themes always update both of them
+ echo "$ARGS" | grep -q -- "--force-landscape" && source_link="splash-l.svg" || source_link="splash-p.svg"
+
-+ # echo "[`cat /etc/bootsplash.name`] = [`readlink /usr/share/gpe/$source_link`]"
++ touch /etc/bootsplash.name
+
+ # bootsplash takes quite some time to load external images into an svg file.
+ # We speed things up by dumping the content of fb0, and catting it back (which works instantly)