mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-28 14:52:40 +01:00
Updated Create DevTerm A04 OS image from scratch (markdown)
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user