人気ブログランキング | 話題のタグを見る

「わかりました」>「あんまりわかってません」の間接的な用法


by ayamem
カレンダー
S M T W T F S
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

bootsplash導入

1.必要なファイルを用意する
bootsplash_2.1.9-2_i386.debをインストール
 本家サイトからbootsplash-3.0.7.tar.bz2をダウンロード
Themeをダウンロード。今回はSuSE-8.2をダウンロードした。

2./etc/bootsplash/以下にファイルを用意する
#tree /etc/bootsplash
|-- default -> themes/SuSE-8.2
`-- themes
`-- SuSE-8.2
|-- bootloader
|-- config
| |-- bootsplash-1024x768.cfg
| `-- bootsplash-800x600.cfg
`-- images
|-- bootsplash-1024x768.jpg
|-- bootsplash-800x600.jpg
|-- silent-1024x768.jpg
`-- silent-800x600.jpg

3.リンクを張る
ln -s /etc/bootsplash/SuSE-8.2 /etc/bootsplash/default

4.画像を入れ換える。
bootsplash-1024x768.jpgを表示させたい画像に置き換える。

5.initrdイメージ作成
# /sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768

6.grubのメニューに追加
title MEPIS at hda2, kernel 2.6.7-ck
kernel (hd0,1)/boot/vmlinuz-2.6.7-ck5 root=/dev/hda2 nomce vga=792 hdc=ide-scsi
initrd=/boot/initrd-1024x768
savedefault

7./etc/init.dにsplash.shをコピー
8./etc/rc5.dにS10bootsplashをリンク
# ln -s /etc/init.d/splash.sh /etc/rc5.d/S10bootsplash

再起動し確認。
bootsplash導入_a0009081_18373835.jpg

by ayamem | 2004-07-19 11:37 | Linux-雑多