もうねむたいのでクイックに。
手順
#apt-get install bootsplash
- initrdを作る
# mv /boot/initrd-2.6.16-76.39vl4.img /boot/initrd-2.6.16-76.39vl4.img.original # mkinitrd initrd-2.6.16-76.39vl4.img 2.6.16-76.39vl4
画像を差し替える
- 適当に画像を用意する。ポイントは、画像保存時に(Gimpで言う)サブサンプリングを「2x2,1x1,1x1」にすること。らしい
- いくつかのbootsplashテーマがインストールされているが、デフォルトで設定されているAlminumの画像を差し替える方法を採る。というか、テーマの変更がうまく出来なかった(?)
- バックアップしたい人は↓
# cp /etc/bootsplash/themes/Aluminum /etc/bootsplash/themes/Aluminum.bak
- /etc/bootsplash/themes/Aluminum/image以下に、命名規則に従って画像を配置する。
- mkinitrdをやり直してリブート。
- Alminumだと、枠の中に文字が流れるようになるので、その辺のカスタマイズを/etc/bootsplash/themes/Aluminum/config/bootsplash-*.cfgで行う(直感で)。
課題
- 日本語が化ける。→カーネル読書会で会った方曰くjfbtermを使うべし?とのこと