Updated Create DevTerm A06 OS image from scratch (markdown)

GNU 2022-08-16 18:46:23 +08:00
parent ebcde04b80
commit eecfa6f6bd

@ -74,6 +74,11 @@ bootlogo=false
extraargs= fbcon=rotate:1 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 ### autologin
``` ```
@ -115,11 +120,7 @@ sudo apt install -y arandr chromium-browser vlc cpupower-gui xfce4-power-manager
``` ```
### /etc/default/apport ### /etc/default/apport
`enable=0` `enable=0`
### run password wizard
```
sh /etc/profile.d/armbian-check-first-login.sh
```
set **root** password,create default user **cpi** with password **cpi**
# Quit Chroot # Quit Chroot
``` ```