From ebc82b27288df5c58194083ead4a6e6de7f52d21 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 23 Oct 2011 22:01:53 +0200 Subject: mass update (again :( ) Signed-off-by: Florian Pritz --- bootchart2/bootchart2.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bootchart2/bootchart2.install (limited to 'bootchart2/bootchart2.install') 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: -- cgit v1.2.3-24-g4f1b