This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim4:configurations:auto-login [2022/08/08 02:03] felicia [Introduction] |
products:sbc:vim4:configurations:auto-login [2023/04/26 09:28] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{indexmenu_n> | ||
| + | |||
| + | |||
| ====== VIM4 Auto Login ====== | ====== VIM4 Auto Login ====== | ||
| Line 5: | Line 8: | ||
| This page mainly introduces automatic login under Ubuntu. | This page mainly introduces automatic login under Ubuntu. | ||
| - | ===== System Configuration | + | ===== Desktop OS ===== |
| - | <tabbox Desktop> | ||
| - | Check '' | + | Check '' |
| - | < | + | ===== Server |
| + | |||
| + | **For tty1-tty6**: | ||
| - | For tty1-tty6 | ||
| ```shell | ```shell | ||
| - | $ sudo sed -i " | + | sudo cp / |
| + | sudo sed -i " | ||
| ``` | ``` | ||
| - | For ttyS0 | + | **For ttyS0**: |
| ```shell | ```shell | ||
| - | $ sudo sed -i " | + | sudo cp / |
| + | sudo sed -i " | ||
| ``` | ``` | ||
| - | </ | ||
| <WRAP info > | <WRAP info > | ||
| Reboot to take effect. | Reboot to take effect. | ||
| </ | </ | ||
| + | |||
| + | <WRAP tip > | ||
| + | If you want to recovery the login prompt, please follow the steps below: | ||
| + | ```shell | ||
| + | sudo mv / | ||
| + | sudo mv / | ||
| + | ``` | ||
| + | </ | ||
| + | |||