[pve-devel] [RFC PATCH installer] fix #5973: auto: first boot: allow snake- and kebabcased property names

Daniel Kral d.kral at proxmox.com
Mon Feb 17 13:21:25 CET 2025


On 12/5/24 15:07, Daniel Kral wrote:
> Allow the names for the [first-boot] properties to be parsed as either
> snake_cased or kebab-cased strings, i.e. `cert_fingerprint` or
> `cert-fingerprint`, to have consistent property name casings. Currently,
> this only affects the `cert_fingerprint`.
> 
> This change does not break API as it preserves the kebabcased variant
> `cert-fingerprint`, but as this change propagates to the auto-installer,
> using the snakecased `cert_fingerprint` will result in a parse error
> during auto installation on any unpatched ISO (e.g. Proxmox VE 8.3-1).
> 
> Signed-off-by: Daniel Kral <d.kral at proxmox.com>

This has been superseded by another patch series:

https://lore.proxmox.com/pve-devel/20250217121748.117222-1-d.kral@proxmox.com/T/




More information about the pve-devel mailing list