Updated Undoing Root "Auto‐Login" (markdown)
parent
cf6dd4bf24
commit
57be012872
@ -13,3 +13,20 @@ sudo passwd root
|
|||||||
```bash
|
```bash
|
||||||
reboot
|
reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Alpine:
|
||||||
|
## 1. set the root password
|
||||||
|
```bash
|
||||||
|
passwd root
|
||||||
|
```
|
||||||
|
|
||||||
|
## 2. Remove Autologin
|
||||||
|
```bash
|
||||||
|
rm -rf /etc/local.d/autologin.start
|
||||||
|
```
|
||||||
|
|
||||||
|
## 3. Reboot Machine
|
||||||
|
```bash
|
||||||
|
reboot
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user