I think that the file system mounted is read only.
basically i want to remove the boot messages from the terminal..
For this i want to point the /dev/console to /dev/null instead of /dev/tty0, which is the current terminal, the out put of the initilization files will move to write only file /dev/null. But how am i supposed to do this, as i don't know where the source code of the /dev/console lies..........
how can we point the /dev/console to /dev/null ?
|