Looks like they just released a new version of rpi imager: https://www.raspberrypi.com/news/a-new-raspberry-pi-imager/
There is a "feature" in the new imager where it doesn't make assumptions about the OS on custom .img files like those used by raspOVOS.
Full details are at raspberrypi/rpi-imager#1302 but I think we probably want to add a .json file describing how to customize a raspOVOS image to this repository, and then update the instructions to have users edit their "content repository" to point to the JSON file.
Seems like the file to update would be at https://github.com/raspberrypi/rpi-imager/blob/main/doc/schema-notes.md
For now, downgrading to the previous version of Raspberry Pi imager works fine (via https://github.com/raspberrypi/rpi-imager/releases/tag/v1.9.6). But presumably at some point this will need a fix.
Looks like they just released a new version of rpi imager: https://www.raspberrypi.com/news/a-new-raspberry-pi-imager/
There is a "feature" in the new imager where it doesn't make assumptions about the OS on custom .img files like those used by raspOVOS.
Full details are at raspberrypi/rpi-imager#1302 but I think we probably want to add a .json file describing how to customize a raspOVOS image to this repository, and then update the instructions to have users edit their "content repository" to point to the JSON file.
Seems like the file to update would be at https://github.com/raspberrypi/rpi-imager/blob/main/doc/schema-notes.md
For now, downgrading to the previous version of Raspberry Pi imager works fine (via https://github.com/raspberrypi/rpi-imager/releases/tag/v1.9.6). But presumably at some point this will need a fix.