Book
- Custom Ubuntu Desktop
- Custom Ubuntu distribution
- Overview of Lucid based distributon
- Casper (Ubuntu)
- Debian package repository
- GFXboot
- How to create Ubuntu distribution (video lessons)
- How-to about custom ubuntu
- Initrd
- Plymouth
- Remastersys
- SquashFS and InitRamFS and UnionFS
- Ubiquity (Ubuntu)
- Ubuntu Live CD
- Unsorted links about custom Ubuntu
- Usplash
- Custom CentOS distribution
- Flash boot methods
- Ubuntu Development
- Ubuntu Dialup
- Linux How-Tos
- Custom Ubuntu - Issues
Usplash
Basic setup is:
cd /usr/share/doc/libusplash-dev
make
make install
cd /usr/lib/usplash
update-alternatives --install /usr/lib/usplash/usplash-artwork.so
usplash-artwork.so /usr/lib/usplash/eft-theme.so 55
or just
ln -sf eft-theme.so usplash-artwork.so
Verify how it looks:
/sbin/usplash
and update the boot image:
update-initramfs
This command will copy the following files to ramfs:
/sbin/usplash /etc/usplash.conf /usr/lib/usplash/usplash-artwork.so

Comments
Post new comment