26.4.1. Login as a non-root user without password
Replace on inittab:
::respawn:-/bin/sh
with:
::respawn:-/bin/login -f user0
-f forces login without asking for the password.
Replace on inittab:
::respawn:-/bin/sh
with:
::respawn:-/bin/login -f user0
-f forces login without asking for the password.