summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 16:23:43 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit34153f69ad135acc4a3419562addc379e6ca7d20 (patch)
treeea71585c4d3c18b6a130d9dcd237d13d13b3e0b6 /system
parent5287a4f0d76a2e01a0668a3c66c612c67e2708d9 (diff)
downloadslackbuilds-34153f69ad135acc4a3419562addc379e6ca7d20.tar.gz
slackbuilds-34153f69ad135acc4a3419562addc379e6ca7d20.tar.xz
system/bootchart: Fix README.
Diffstat (limited to 'system')
-rw-r--r--system/bootchart/README4
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.