From 05a51e137de27d5f06b4920c9b6f38cc13257269 Mon Sep 17 00:00:00 2001 From: Thomas Stallinger Date: Fri, 3 Jul 2026 14:21:22 +0200 Subject: [PATCH] Initial installer repository structure --- .gitignore | 12 ++++++++++++ README.md | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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.