Raspbianで「missing LSB tags and overrides」というエラーへの対応方法

Raspberry Piで起動スクリプトを追加してupdate-rc.dを実行したところ、「insserv: warning: script ‘mathkernel’ missing LSB tags and overrides」という警告がでました。

#!/bin/sh
$ sudo update-rc.d vncserver defaults
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'mathkernel' missing LSB tags and overrides

続きを読む