diff options
author | Erik Hovland <erik@hovland.org> | 2006-05-08 18:59:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-08 18:59:10 +0000 |
commit | 7ed412e1e868f20a0e803e91e3d7e3529f61b44e (patch) | |
tree | e8fb8fb8ea912ff29dca4bfdc0ce0e1aca3bc0a5 /packages/gpe-bootsplash/files/init.patch | |
parent | 07423bdbbb7ce2d14455d6b886d4b0156cd28a18 (diff) | |
parent | 9e3e9161817697df633d46cc88f0ce9e8365c032 (diff) |
merge of 406934f50b9f92db47af1cb9d9777b268c5484b5
and 6ba2bb7b7ce5ef334cf514386df28b8d6a2aad86
Diffstat (limited to 'packages/gpe-bootsplash/files/init.patch')
-rw-r--r-- | packages/gpe-bootsplash/files/init.patch | 2 |
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) |