diff options
author | Marco Cecchetti <mrc.ildp@gmail.com> | 2010-05-13 00:39:44 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:39:44 +0200 |
commit | f488907e3a9f6e6239290b1a74343347ce070c12 (patch) | |
tree | 722297478cb7f3b807b329ee076b078234d81b7c /system/bootchart/README | |
parent | 8b34488c142c5fefc60e2483fc9503ba0709d8e8 (diff) | |
download | slackbuilds-f488907e3a9f6e6239290b1a74343347ce070c12.tar.gz |
system/bootchart: Updated for version 0.9
Diffstat (limited to 'system/bootchart/README')
-rw-r--r-- | system/bootchart/README | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/system/bootchart/README b/system/bootchart/README index a4b281b7ab..ee6d81dc4b 100644 --- a/system/bootchart/README +++ b/system/bootchart/README @@ -10,8 +10,15 @@ svg, eps). This requires apache-ant, and you need the jdk package from /extra installed. -After installation, to run bootchartd append the following boot option: + +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 -You may want to edit your lilo configuration file. Also note that this will -not work if run from a kernel using an initrd - you must use one of the -huge* kernels (or a custom kernel). + +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 + +Remember to run lilo after applying changes. |