A long, multi-line, heavily-quoted ubiquity/success_command preseed value produced no log output at all -- not even its first echo -- despite the same bash script running cleanly standalone (bash -n and actual execution both clean). Root cause traced to debconf's preseed line-continuation handling, not the script itself. Fix: base64-encode the whole script and reduce success_command to a single short line with no special characters (`in-target bash -c 'echo <b64> | base64 -d | bash'`). With that, WLAN connects via nmcli during install, curl reaches anode, and the .nmconnection file lands correctly on the target disk (verified pre-reboot via ubiquity/reboot boolean false). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Tuxflotte Platform Docs
Dieses Repository beschreibt die Architektur, Begriffe und Leitentscheidungen von Tuxflotte.
Tuxflotte ist eine distributionsunabhängige Workspace-Provisioning-Plattform für Linux-Arbeitsplätze.
Einstieg
00-philosophy.md00-glossary.mdarchitecture/01-layered-provisioning.mdarchitecture/02-workspace-model.mdarchitecture/05-runtime-blueprint.mdarchitecture/06-backend-api.md
Bereiche
architecture/– gültige Architekturadr/– Architekturentscheidungenroadmap/– Planung und Meilensteinearchive/– historische Dokumente
Grundsatz
Die Dokumentation ist die Spezifikation.
Der Code implementiert diese Spezifikation.
Description
Languages
Markdown
100%