diff options
Diffstat (limited to 'packages/gpe-bootsplash/files/speed.patch')
-rw-r--r-- | packages/gpe-bootsplash/files/speed.patch | 2 |
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 |