fix: installer.type von autoinstall auf preseed korrigieren

ADR-0009 hatte den Wert von Anfang an als vermutlich falsch benannt
markiert - Mint nutzt Ubiquity/Preseed (klassisches Debian-Installer-
Format), nicht Subiquity/Autoinstall (das ist Ubuntu-Server-spezifisch).
Jetzt real verifiziert beim Bau des Mint-Backends.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Thomas Stallinger 2026-08-04 19:00:34 +02:00
parent 6334143f80
commit 06d55ae6eb

View File

@ -5,7 +5,7 @@
"version": "22",
"installer": {
"type": "autoinstall"
"type": "preseed"
},
"ansible": {