Files
linux-workstations/README.md

37 lines
1.1 KiB
Markdown

# 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/
```