Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:vim4:configurations:auto-login

This is an old revision of the document!


VIM4 Auto Login

Introduction

This page mainly introduces automatic login under Ubuntu.

System Configuration

Desktop

Check SettingsUsersAutomatic Login.

Server

For tty1-tty6

$ sudo sed -i "s/ExecStart=.*/ExecStart=-\/sbin\/agetty --noclear --autologin root \%I \$TERM/g" /lib/systemd/system/getty@.service

For ttyS0

$ sudo sed -i "s/ExecStart=.*/ExecStart=-\/sbin\/agetty --autologin root --keep-baud 921600,115200,38400,9600 \%I \$TERM/g" /lib/systemd/system/serial-getty@.service

Reboot to take effect.

Last modified: 2022/10/21 21:10 by nick