diff options
Diffstat (limited to 'system/bootchart/README')
-rw-r--r-- | system/bootchart/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/bootchart/README b/system/bootchart/README index 495096b16b..ffbb73e1ac 100644 --- a/system/bootchart/README +++ b/system/bootchart/README @@ -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. |