profiles/mint-desktop/profile.json
Thomas Stallinger 06d55ae6eb 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>
2026-08-04 19:00:34 +02:00

16 lines
224 B
JSON

{
"id": "mint-desktop",
"label": "Linux Mint Desktop",
"distribution": "linux-mint",
"version": "22",
"installer": {
"type": "preseed"
},
"ansible": {
"repo": "mint-desktop",
"mode": "pull"
}
}