message "$PROBLEM_COLOR
Don't forget to adapt your lilo or grub configuration, adding:
init=/sbin/bootchartd for grub
append="init=/sbin/bootchartd" for lilo

You can generate a PNG bootchart with:
curl --form format=png --form log=@/var/log/bootchart.tgz \
  http://render.bootchart.org:8080/bootchart/render > bootchart.png
$DEFAULT_COLOR"
