Description
Any reason why there is no support for Debian 12 Bookworm?
They have official tested Raspberry PI images here.
Sadly the Kubernetes community driven template only supports these images and I wanted to find a way to be able to remotely reimage if needed through my PIKVM & TESMART KVM as I won't always have physical access to reimage the SSD drives attached to my master nodes (Pi4b 4g), hence coming across your project which is a creative solution.
I saw your wiki and documentation on building a custom OS, but that's not ideal. How do I go about taking the actual installer and converting that into PINNs format or is this something only you and the others involved in this project do?
Side note: the PIKVM has local mass storage which you can leverage to connect as a virtual CDROM or Flash Drive across USB. This of course works fine and it's how I reinstall the OS on AMD64 based machines, but I am curious if it could be leveraged for reimaging via PINN. Based on reading your repo, it seems possible because the requirements are to attach a USB drive with a partition formatted as EXT4, NTFS or FAT32 with an OS folder at the root with the images. I could just package that up into an ISO or IMG file and store that on the PIKVM which then can be dynamically attached to whichever PI the TESMART is actively connected to for HDMI & USB.