init: linux-workstations Projektgerüst
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.iso
|
||||
*.img
|
||||
*.swp
|
||||
.DS_Store
|
||||
36
README.md
Normal file
36
README.md
Normal 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/
|
||||
```
|
||||
Reference in New Issue
Block a user