Cara Membuat Usplash Ubuntu Sendiri
apt-get install gcc
pngtousplash throbber_back.png > throbber_back.c
pngtousplash throbber_fore.png > throbber_fore.c
gcc -g -Wall -fPIC -o throbber_back.o -c throbber_back.c
gcc -g -Wall -fPIC -o throbber_fore.o -c throbber_fore.c
gcc -g -Wall -fPIC -o usplash-theme.o -c usplash-theme.c
dan
initrd/usr/lib/usplash/usplash-artwork.so
- Pertama-tama, install dulu paket pendukung untuk membuat usplash sendiri. Yaitu paket untuk mengcompile gambar menjadi satu bootsplash utuh.
apt-get install gcc
- Buat direktori kerja dengan nama usplash. Terserah kalian, mau bikinnya dimana. Contoh, di /home/vino/Desktop. Lalu, mkdir usplash.
- Buat sebuah file gambar yang akan dijadikan usplash. Buat dengan gimp atau apapun terserah.
- Kalau sudah, download file pada link di bawah untuk konfigurasi usplash.
- Ekstrak isi dari file tersebut ke direktori kerja. Perintahnya : unzip (namafile.zip) usplash/
- Lalu, kopikan file usplash.png yang tadi ke dalam direktori kerja.
- Masuk ke direktori usplash. Lalu, generate source code-nya dengan perintah di bawah ini.
pngtousplash throbber_back.png > throbber_back.c
pngtousplash throbber_fore.png > throbber_fore.c
- Lalu, compile dari .c ke format .o
gcc -g -Wall -fPIC -o throbber_back.o -c throbber_back.c
gcc -g -Wall -fPIC -o throbber_fore.o -c throbber_fore.c
gcc -g -Wall -fPIC -o usplash-theme.o -c usplash-theme.c
- Compile semua format .o menjadi shared library.
- Setelah selesai, copy usplash-default ke,
dan
initrd/usr/lib/usplash/usplash-artwork.so
- Untuk mengeset nilai resolusinya, tinggal edit file di /etc/usplash.conf dan di initrd.