Login automatically to start script as user

A while ago I made a Raspberry log in automatically using this method:
opentechguides.com/how-to/article/raspberry-pi/5/raspberry-pi-auto-start.html
however the file inittab doesn’t exist in patchbox os.
What’s the patchbox os way of scripting something to startup and skipping the login?

Actually this seems to work:

sudo raspi-config

then coose
3 Boot Options
B2 Console autologin text console

source (German, but might be universal enough to understand): https://maker-tutorials.com/raspberry-pi-benutzer-automatisch-anmelden-booten/

1 Like