Initial installer repository structure
This commit is contained in:
commit
05a51e137d
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal 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
16
README.md
Normal 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.
|
||||||
Loading…
x
Reference in New Issue
Block a user