i'm just starting with CustomPiOS, and i'm a bit stumped on how to use qemu_boot.
- no help or whatsoever
it would be really nice if starting qemu_boot.sh without any arguments (or with -h; or with a non-existing file) to output some usage information
- it apparently requires the image to be passed either as ZIP-compressed archive or an XZ-compressed image - why is it not possible to use a raw (uncompressed) image, such as created by
build_dist
- when using a ZIP-compressed archive the image has to be the first entry in the archive (I don't know whether this is also a requirement by rpi-imager, but it would be nice to have this documented)
- when using an XZ-compressed image, it must live in
/tmp otherwise the uncompressed image won't be found
i'm just starting with CustomPiOS, and i'm a bit stumped on how to use
qemu_boot.it would be really nice if starting
qemu_boot.shwithout any arguments (or with-h; or with a non-existing file) to output some usage informationbuild_dist/tmpotherwise the uncompressed image won't be found