Comment 2 for bug 150822

Revision history for this message
Agostino Russo (ago) wrote :

errata corrige: there is no pidof in the initrd, I would suggest adding the following code to /etc/init.d/mountkernfs.sh

    pidof /sbin/mount.ntfs >> /var/run/sendsigs.omit
    pidof /sbin/mount.ntfs-3g >> /var/run/sendsigs.omit

mountkernfs runs very early on, so if at that time mount.ntfs is also running, you'd want to protect the process against accidental kills.