init: linux-workstations Projektgerüst

This commit is contained in:
2026-05-17 21:12:09 +02:00
commit 8885643b84
2 changed files with 40 additions and 0 deletions

36
README.md Normal file
View File

@@ -0,0 +1,36 @@
# linux-workstations
Linux-Dualboot-Rollout auf Toms drei Arbeitsrechnern, parallel zu Windows.
## Zielgeräte
| Host | Rolle | Hardware (TBD) | Status |
|------|-------|----------------|--------|
| Notebook | mobile Arbeit | — | geplant |
| PC | Hauptrechner | — | geplant |
| Werkstatt-PC | Werkstatt | — | geplant |
## Anforderungen
- Dualboot neben bestehender Windows-Installation
- Schlankes System, KDE Plasma als Desktop
- Identische Konfiguration auf allen drei Maschinen (soweit sinnvoll)
- Integration in vorhandene LAN-Infrastruktur (`egonetix.lan` / `egonlebt.lan`)
## Distribution
Auswahl steht noch aus — siehe `docs/distro-auswahl.md` (folgt).
## Struktur (geplant)
```
linux-workstations/
├── README.md
├── docs/ # Entscheidungen, Vergleich, Installationsnotizen
├── install/ # Preseed/Autoinstall-Konfigs, Partitionierungsskripte
├── postinstall/ # Provisioning (Pakete, Dotfiles, Hardening)
└── per-host/ # Maschinenspezifische Overrides
├── notebook/
├── pc/
└── werkstatt/
```