fredx181 wrote: Mon May 24, 2021 4:38 pmYes, assuming that you want to autologin, and not using a login-manager, edit /etc/inittab, find the line:
1respawn:/bin/login ..... and change root to puppy:Code: Select all
1:2345:respawn:/bin/login -f puppy tty6 </dev/tty1 >/dev/tty1 2>&1
I tried this .
This works for Bullseye & Bookworm non-systemd build.
Didn't work for systemd build.
Is there equivalent steps to do for systemd build?