Updated Create DevTerm A06 OS image from scratch (markdown)

GNU 2022-08-16 19:14:53 +08:00
parent eecfa6f6bd
commit 2d1f1697b9

@ -56,6 +56,13 @@ sudo chroot .
```
## Inside Chroot
### Run password wizard
```
sh /etc/profile.d/armbian-check-first-login.sh
```
set **root** password,create default user **cpi** with password **cpi**
### Install devterm software
```
sudo apt update
sudo apt install curl wget -y
@ -74,11 +81,7 @@ bootlogo=false
extraargs= fbcon=rotate:1
...
```
### run password wizard
```
sh /etc/profile.d/armbian-check-first-login.sh
```
set **root** password,create default user **cpi** with password **cpi**
### autologin
```