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, 0 insertions, 9 deletions
diff --git a/bootchart2/bootchart2.install b/bootchart2/bootchart2.install
deleted file mode 100644
index 3d3657d..0000000
--- a/bootchart2/bootchart2.install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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: