View Single Post
Posts: 4 | Thanked: 0 times | Joined on Jun 2011
#697
Originally Posted by pali View Post
program grep

Usage: grep "string" "file"
Example:
$ grep "string*xyz" /etc/subdir/*file*a
This will output all files with mask /etc/subdir/*file*a which contains mask "string*xyz"
Yeah, that did it!

I went to /etc and searched:

grep "kernel-power" * -r 'and deleted the found "kernel-power, kernel-power-shutdown, kernel-modules" by hand manually in several subdirs. There still are kernel-power-deinstall, kernel-power-flasher.sudoers:user and kernel-power.conf: files left..

Many thanks.

edit. so yes the startup message is gone now.

Last edited by fffiretys; 2011-06-07 at 19:43.