commit 8885643b84245b28dcd1faa300f4b89732189ea9 Author: egon Date: Sun May 17 21:12:09 2026 +0200 init: linux-workstations Projektgerüst diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2531b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.iso +*.img +*.swp +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..7008ae9 --- /dev/null +++ b/README.md @@ -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/ +```