mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-17 12:48:49 +01:00
Updated Create DevTerm A04 OS image from scratch (markdown)
parent
ffefe6ccd6
commit
ea9df98221
@ -47,9 +47,18 @@ sudo chroot .
|
|||||||
```
|
```
|
||||||
## Inside chroot
|
## Inside chroot
|
||||||
(inside)
|
(inside)
|
||||||
|
### import clockworpi apt
|
||||||
|
```
|
||||||
|
curl https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | tee /etc/apt/trusted.gpg.d/clockworkpi.asc
|
||||||
|
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | tee /etc/apt/sources.list.d/clockworkpi.list
|
||||||
|
```
|
||||||
|
|
||||||
### Preset cpi username and password
|
### Preset cpi username and password
|
||||||
```
|
```
|
||||||
sh /etc/profile.d/armbian-check-first-login.sh
|
sh /etc/profile.d/armbian-check-first-login.sh
|
||||||
|
```
|
||||||
|
### Install kernel
|
||||||
|
```
|
||||||
sudo apt install -y devterm-kernel-current-cpi-a04
|
sudo apt install -y devterm-kernel-current-cpi-a04
|
||||||
apt install -y xfce4-power-manager
|
apt install -y xfce4-power-manager
|
||||||
touch /home/cpi/.first_start
|
touch /home/cpi/.first_start
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user