template/README.md aktualisiert

This commit is contained in:
Peter Reichart 2024-09-26 08:57:03 +00:00
parent bad8c3664b
commit a00fb2c5ce

View File

@ -1,5 +1,20 @@
# Proxmox Debian 12 Template
## Template VM benutzen:
* Zuerst einen Klon der Proxmox VM erstellen
* Die geklonte VM starten
* im Verzeichnis `/root/proxmox-ve/template`
* Das Skript `change_hostname.bash (hostname) (domain)` benutzen um den Hostnamen zu ändern
* Das Script `initDocker.sh` Benutzen um Docker vorzubereiten (je nach Bedarf)
## Template VM pflegen:
* Die Template VM von Zeit zu Zeit starten
* Login als root
* `apt update ; apt dist-upgrade -y ` ausführen
# Template VM bauen:
## Proxmox VM:
* OS:
* debian-12.2.0-amd64-netinst.iso oder neuer
@ -52,7 +67,6 @@
* Login als root
* Ein paar erforderliche Pakete installieren: `apt update; apt install curl git wget`
* Dieses Repository klonen: `git clone https://support.ostrachhelp.de/p_reichart/proxmox-ve`
Damit ist die Konfiguration der Template-VM abgeschlossen
* Cockpit installieren: `sh /root/proxmox-ve/template/install_cockpit.sh`