summaryrefslogtreecommitdiffstats
path: root/bootchart2/bootchart2.install
blob: 3d3657da5345402b838517d5cf587a885f72972d (plain)
1
2
3
4
5
6
7
8
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: