I am having problems with trackpad - tapping is on by default, and I want it to be off. I have put "trackpad notap" to /etc/init.d/bootmisc.sh, but it does not work. So I have created my own script called trackpad: #!/bin/sh trackpad notap echo "Stopping trackpad tapping..." and then "update-rc.d trackpad defaults" and again - it does not work. Please help.
Best regards, Łukasz Studziński Poland