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:
parent
6334143f80
commit
06d55ae6eb
@ -5,7 +5,7 @@
|
|||||||
"version": "22",
|
"version": "22",
|
||||||
|
|
||||||
"installer": {
|
"installer": {
|
||||||
"type": "autoinstall"
|
"type": "preseed"
|
||||||
},
|
},
|
||||||
|
|
||||||
"ansible": {
|
"ansible": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user