Building the image#
The build.sh script creates a qemu image, starts it and compiles all
custom myMPDos packages. The result is custom Alpine Linux image that
bootstraps its configuration and uses this repository as additional apk
source.
Create the image with
./build.sh buildThe image is created in the
imagesdirectoryOptionally run
./build.sh cleanupto cleanup things
Inspect#
You can inspect the created image:
Run
./image.sh mountto mount the imageImage is mounted to
tmp/mntRun
./image.sh umountto unmount the image
Test#
Do not burn the image after test to the sd-card. After first start of an image all bootstrap files are removed.
Run
./image.sh startto start the image with qemu
Build dependencies#
Qemu (qemu-system-aarch64)
Working internet connection
Standard linux tools