mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/bootchart: Fix README.
This commit is contained in:
parent
5287a4f0d7
commit
34153f69ad
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ svg, eps).
|
||||||
After installation, to run bootchartd;
|
After installation, to run bootchartd;
|
||||||
a) if you run a huge kernel or custom kernel without initrd:
|
a) if you run a huge kernel or custom kernel without initrd:
|
||||||
append the following boot option:
|
append the following boot option:
|
||||||
init=/sbin/bootchartd
|
init=/sbin/bootchartd
|
||||||
|
|
||||||
b) If you run a kernel using initrd:
|
b) If you run a kernel using initrd:
|
||||||
Run the script mkchartd with proper options and append to lilo
|
Run the script mkchartd with proper options and append to lilo
|
||||||
configuration file a new entry for bootchart specifying:
|
configuration file a new entry for bootchart specifying:
|
||||||
initrd /boot/initrd.chart.gz
|
initrd /boot/initrd.chart.gz
|
||||||
|
|
||||||
Remember to run lilo after applying changes.
|
Remember to run lilo after applying changes.
|
||||||
|
|
Loading…
Reference in a new issue