summaryrefslogtreecommitdiff
path: root/packages/gpe-bootsplash/files
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-03-24 16:28:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-24 16:28:17 +0000
commit90fffaa45e80badf0314d82e921ad98fc5d77da6 (patch)
treeaf3b8a1fdff799dd62952df3df5ac24840ddc2b3 /packages/gpe-bootsplash/files
parent2e51a053eff454d36e943e50610d823e0c5d320d (diff)
gpe-bootsplash: Fix a bug where an uncompressed screendump was written to the rootfs. This causes space issues on devices with large screens and low rootfs space.
Diffstat (limited to 'packages/gpe-bootsplash/files')
-rw-r--r--packages/gpe-bootsplash/files/speed.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gpe-bootsplash/files/speed.patch b/packages/gpe-bootsplash/files/speed.patch
index 32d0432a87..cc670d00e4 100644
--- a/packages/gpe-bootsplash/files/speed.patch
+++ b/packages/gpe-bootsplash/files/speed.patch
@@ -38,7 +38,7 @@
+ then
+ readlink /usr/share/gpe/$source_link > /etc/bootsplash.name
+
-+ cat /dev/fb0 > /etc/bootsplash.raw ; gzip /etc/bootsplash.raw
++ cat /dev/fb0 | gzip >/etc/bootsplash.raw.gz
+ else
+ echo -e "\nNOTE: gpe-bootsplash failed to start" >/dev/tty2
+ sleep 3