system/bootchart: Fix README.

This commit is contained in:
B. Watson 2016-11-14 16:23:43 -05:00 committed by Willy Sudiarto Raharjo
parent 5287a4f0d7
commit 34153f69ad
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -11,11 +11,11 @@ svg, eps).
After installation, to run bootchartd;
a) if you run a huge kernel or custom kernel without initrd:
append the following boot option:
init=/sbin/bootchartd
init=/sbin/bootchartd
b) If you run a kernel using initrd:
Run the script mkchartd with proper options and append to lilo
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.