| v8 | v9 | |
|---|---|---|
| 13 | 13 | [https://fedorahosted.org/readahead Readahead] |
| 14 | 14 | |
| 15 | * readahead は本当に必要か? | |
| 16 | * 読み込みリストを最適化しないと逆に遅くなる | |
| 17 | ||
| 15 | 18 | * 最適化に [http://www.bootchart.org/ Bootchart] を利用 |
| 16 | 19 | |
| 17 | * sysvinit+initscripts+readahead ベースで高速化 | |
| 20 | * initrd の高速化 (スリム化) | |
| 21 | * kernel boot と initrd だけでかなりの時間(5秒以上)をロスしている | |
| 22 | ||
| 23 | * つるしkernel+つるしinitrd+sysvinit+initscripts+readahead ベースで高速化 | |
| 18 | 24 | * [wiki:BootTimeOptimization/Initscripts bootchart を参考にして initscripts を調整し、起動の高速化] |
| 19 | ||
| 20 | 25 | |
| 21 | 26 | == サスペンド|ハイバネーション == |