Ping.
As this is a prerequisite for the auto-installer [0], it would be nice
to get this is sooner than later.
[0] https://lists.proxmox.com/pipermail/pve-devel/2024-January/061431.html
On Wed, Dec 06, 2023 at 12:34:49PM +0100, Christoph Heiss wrote:
>
> This switches the stdio-protocol for th
This switches the stdio-protocol for the low-level installer from
simple, line-based messages to JSON.
This solves a number of problems, most prominently that messages can now
contain multiline text (or for that matter, any kind of data), as JSON
handles that transparently.
The actual "meaty" cha