If you recently tried to update a Debian-based box and during the upgrade got these two messages, among others:
insserv: Service mountkernfs has to be enabled to start service udev
update-rc.d: error: insserv rejected the script header
- Edit
/etc/init.d/udev
and removemountkernfs
from the line starting withRequired-Start:
, keep the rest of the line though - Do your
apt upgrade
- Put the
mountkernfs
back where it was.