Updated Create DevTerm A04 OS image from scratch (markdown)

GNU 2022-01-31 13:07:18 +08:00
parent 0e0f59a6f8
commit 90f634e46c

@ -27,6 +27,7 @@ so to keep a04 linux kernel in safe , I made devterm-kernel-current-cpi-a04
# Prepare to chroot into the image
```
sudo apt install -y qemu-user-static
sudo losetup -f # find the avaiable loop device number,eg:loop11
sudo losetup -P /dev/loop11 ~/build/output/images/Armbian_21.11.0-trunk_Clockworkpi-a04_hirsute_current_5.10.75_xfce_desktop.img
sudo mount /dev/loop11p1 /mnt/p1/