Updated Create DevTerm A04 OS image from scratch (markdown)

GNU 2022-08-16 21:50:29 +08:00
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