Initial installer repository structure

This commit is contained in:
Thomas Stallinger 2026-07-03 14:21:22 +02:00
commit 05a51e137d
2 changed files with 28 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# Build artifacts
*.iso
*.log
# Local temporary directories
work/
output/
build/
# Editor/system files
*~
.DS_Store

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Tuxflotte Installer
Dieses Repository erzeugt die Tuxflotte-Provisioning-ISO.
Die ISO dient als universelles Installationsmedium für Tuxflotte Provisioning.
Ziele:
- automatischer Start der Installation
- Unterstützung mehrerer Distributionen
- einheitlicher Bootstrap
- WLAN-Unterstützung
- Rescue-Modus
- lokaler Festplattenstart
Die eigentliche Provisionierung erfolgt über den Tuxflotte Provisioning Server.