mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-28 14:52:40 +01:00
Updated Create DevTerm A06 OS image from scratch (markdown)
@@ -56,6 +56,13 @@ sudo chroot .
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Inside 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 update
|
||||||
sudo apt install curl wget -y
|
sudo apt install curl wget -y
|
||||||
@@ -74,11 +81,7 @@ 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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user