summaryrefslogtreecommitdiffstats
path: root/bootchart2/bootchart2.install
diff options
context:
space:
mode:
Diffstat (limited to 'bootchart2/bootchart2.install')
-rw-r--r--bootchart2/bootchart2.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/bootchart2/bootchart2.install b/bootchart2/bootchart2.install
new file mode 100644
index 0000000..3d3657d
--- /dev/null
+++ b/bootchart2/bootchart2.install
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_install() {
+ echo "Append"
+ echo " initcall_debug init=/sbin/bootchartd"
+ echo "to your kernel commandline, to use boochart2."
+}
+
+# vim:set ts=2 sw=2 et: