summaryrefslogtreecommitdiffstats
path: root/system/bootchart/README
diff options
context:
space:
mode:
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
commitf488907e3a9f6e6239290b1a74343347ce070c12 (patch)
tree722297478cb7f3b807b329ee076b078234d81b7c /system/bootchart/README
parent8b34488c142c5fefc60e2483fc9503ba0709d8e8 (diff)
downloadslackbuilds-f488907e3a9f6e6239290b1a74343347ce070c12.tar.gz
slackbuilds-f488907e3a9f6e6239290b1a74343347ce070c12.tar.xz
system/bootchart: Updated for version 0.9
Diffstat (limited to 'system/bootchart/README')
-rw-r--r--system/bootchart/README15
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.