Automation/RaspberryPi: Difference between revisions

From Medien Wiki
mNo edit summary
Line 48: Line 48:


Disable the getty program.
Disable the getty program.
Find this line and comment it our by adding a # at the beginning of the line
Find this line and comment it out by adding a # at the beginning of the line
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
#1:2345:respawn:/sbin/getty 115200 tty1
#1:2345:respawn:/sbin/getty 115200 tty1