commit 05a51e137de27d5f06b4920c9b6f38cc13257269 Author: Thomas Stallinger Date: Fri Jul 3 14:21:22 2026 +0200 Initial installer repository structure diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..975988d --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Build artifacts +*.iso +*.log + +# Local temporary directories +work/ +output/ +build/ + +# Editor/system files +*~ +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab08f65 --- /dev/null +++ b/README.md @@ -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.