This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge2:configurations:auto-login [2022/09/05 03:59] nick |
products:sbc:edge2:configurations:auto-login [2022/12/12 20:17] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{indexmenu_n> | ||
| + | |||
| + | |||
| ====== Edge2 Auto Login ====== | ====== Edge2 Auto Login ====== | ||
| Line 5: | Line 8: | ||
| This document mainly introduces automatic login under Ubuntu. | This document mainly introduces automatic login under Ubuntu. | ||
| - | ===== System Configuration | + | ===== Desktop OS ===== |
| - | <tabbox Desktop> | ||
| - | Check '' | + | // Settings |
| - | < | + | ===== Server |
| + | |||
| + | |||
| + | === Virtual Consoles tty[1-6] === | ||
| - | For tty1-tty6 | ||
| ```shell | ```shell | ||
| - | $ sudo sed -i " | + | sudo cp / |
| + | sudo sed -i " | ||
| ``` | ``` | ||
| - | For ttyS0 | + | === Serial Console |
| ```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 / | ||
| + | ``` | ||
| </ | </ | ||