From 8885643b84245b28dcd1faa300f4b89732189ea9 Mon Sep 17 00:00:00 2001 From: egon Date: Sun, 17 May 2026 21:12:09 +0200 Subject: [PATCH] =?UTF-8?q?init:=20linux-workstations=20Projektger=C3=BCst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ README.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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/ +```