View Single Post
DonPIZI's Avatar
Posts: 151 | Thanked: 22 times | Joined on Jan 2010 @ Düsseldorf
#8
I´ll try to explain all steps to put the boot video to another directory (with my bad english). It´s a bit faster than my first way. Because I move the whole directory to /opt

1st.: run xterm and type
Code:
sudo gainroot
2nd.: move the directory, where the boot video is storaged to /opt
Code:
mv /usr/share/hildon-welcome/media /opt
3rd: link the new directory path to the old. So the system can find the boot video at startup
Code:
ln -s /opt/media /usr/share/hildon-welcome
If you want to have another boot video, you can modify
Code:
/etc/hildon-welcone.d/default.conf
just enter the video name that you have storaged in /opt/media

I hope you understood what I did.
__________________
Sorry for my BAD english!!
 

The Following User Says Thank You to DonPIZI For This Useful Post: