start:system:autologin
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system:autologin [2024/08/08 22:10] – marlonivo | start:system:autologin [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Autologin on Artix Linux ====== | ||
- | Here's a guide on setting up autologin on Artix Linux without systemd. | ||
- | |||
- | ==== (DINIT USERS ONLY) ==== | ||
- | Create a new file for the desired tty, e.g., for tty1: | ||
- | < | ||
- | mkdir / | ||
- | </ | ||
- | |||
- | In this File insert: | ||
- | < | ||
- | type = process | ||
- | command | ||
- | restart | ||
- | depends on = loginready | ||
- | termsignal | ||
- | smooth-recovery | ||
- | inittab-id | ||
- | inittab-line | ||
- | </ | ||
- | |||
- | ==== Ensure the File is Executable ==== | ||
- | < | ||
- | chmod +x / | ||
- | </ | ||
- | |||
- | ==== (OPENRC USERS ONLY) ==== | ||
- | Open the file `inittab` for the desired tty, e.g., for tty1: | ||
- | < | ||
- | sudo nano / | ||
- | </ | ||
- | |||
- | In this File insert: | ||
- | < | ||
- | c1: | ||
- | </ | ||
- | |||
- | Replace username with your actual username. | ||
- | |||
- | ==== Ensure the File is Executable ==== | ||
- | < | ||
- | chmod +x / | ||
- | </ | ||
- | |||
- | |||
- | ==== Restart the System ==== | ||
- | |||
- | Restart your system: | ||
- | < | ||
- | reboot | ||
- | </ | ||
- | |||
- | After rebooting, your user should automatically log in. | ||
- | |||
- | ===== Troubleshooting ===== | ||
- | |||
- | If autologin doesn' | ||
- | < | ||
- | sudo cat / | ||
- | sudo cat / | ||
- | sudo cat / | ||
- | </ | ||
- | |||
- | This should help you set up autologin on Artix Linux effectively. |
start/system/autologin.1723155039.txt.gz · Last modified: by marlonivo