updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bootchart2 / bootchart2.install
blob3d3657da5345402b838517d5cf587a885f72972d
1 #!/bin/sh
3 post_install() {
4 echo "Append"
5 echo " initcall_debug init=/sbin/bootchartd"
6 echo "to your kernel commandline, to use boochart2."
9 # vim:set ts=2 sw=2 et: