看起來gentoo-sources 2.4.20-r5無法使用splash=silent,
vanilla source 2.4.20 with patch 就可以。
請問如何將Console弄得像安裝光碟的Console一模?
Moderator: Forums Team
這個 progressbar 的值從 0 至 65535paar wrote:我猜這個數字可能每個機器不一樣..breaking wrote:p.s.這樣bar就會動囉,只是2849是怎得來的.....我不是很懂的說.....
因為我不知道如何得知number_of_scripts???
我在我的 NB 上試了好幾次的數字是 5944, 看起來那個 bar 才有跑到滿..
要跑的話 echo "show 數值" > /proc/splash
將它加在開機的自動執行檔中
例如, 跑完 inetd 之後, 就
echo "show 30000" > /proc/splash
跑完 apache 之後, 就
echo "show 42000" > /proc/splash
醬可以知道大約跑到哪個行程, 這才是王道
若是用程式在背景跑, 雖然很順累加, 但不知有沒有在開機時當掉
要是真的想用程式來跑, 這兒有完整的說明
http://hints.netservice-neuss.de/hints/bootsplash.txt
Pinky, Pinky, Pinky 三種口味
寫個程式吃 Pinky
當機吃 Pinky
火氣更大想幹譙, 你要吃 Pinky
寫個程式吃 Pinky
當機吃 Pinky
火氣更大想幹譙, 你要吃 Pinky
解決方案如下:kiko555 wrote:想請問一下~
在lilo.conf如何設定~
才能出現silent的模式呢?
我試過在lilo.con裡頭寫入splash=silent
結果是不行的
A progress bar for the bootsplash
Difficulty: Hard
How: Add the following append to /etc/lilo.conf
Code: Select all
append="splash=silent"This will show the 'silent' bootsplash graphic on boot, pressing F2 changes it to verbose mode.
Add the following code to the eerror() section in /sbin/functions.sh
Code: Select all
echo "verbose" > /proc/splashThis forum thread seems to be trying to figure out how to get progress bars working. And micha has made a patch package, available on his site, to try and make things easy for everyone.
If anyone knows any other information about this, please contribute.
原文出自:http://forums.gentoo.org/viewtopic.php?t=57781&highlight=bootsplash+lilo+silent
