From 06d55ae6eb4a5e9544ac06ae0f8988bea6d93a09 Mon Sep 17 00:00:00 2001 From: Thomas Stallinger Date: Tue, 4 Aug 2026 19:00:34 +0200 Subject: [PATCH] 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 --- mint-desktop/profile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint-desktop/profile.json b/mint-desktop/profile.json index 2c29c2f..685ed4b 100644 --- a/mint-desktop/profile.json +++ b/mint-desktop/profile.json @@ -5,7 +5,7 @@ "version": "22", "installer": { - "type": "autoinstall" + "type": "preseed" }, "ansible": {