create_pve-mgnt-lxc.sh aktualisiert

This commit is contained in:
2026-01-23 23:58:12 +01:00
parent f1ef493a92
commit 6b5b971365

View File

@@ -2,7 +2,7 @@
# ===================================================== # =====================================================
# Proxmox VE: Debian 13 LXC automatisch erstellen # Proxmox VE: Debian 13 LXC automatisch erstellen
# Hostname: <Host>-MGNT # Hostname: <Host>-MGNT
# Unprivilegiert, Passwort optional # Unprivilegiert
# Automatisches Debian 13 Template # Automatisches Debian 13 Template
# WebUI-Konsole funktioniert # WebUI-Konsole funktioniert
# Autostart aktiviert # Autostart aktiviert
@@ -32,8 +32,8 @@ if [[ $EUID -ne 0 ]]; then
exit 1 exit 1
fi fi
# ---- Root-Passwort abfragen (optional) ---- # ---- Root-Passwort abfragen ----
read -s -p "Root-Passwort für LXC (leer für kein Passwort): " ROOTPASS read -s -p "Root-Passwort für LXC: " ROOTPASS
echo echo
# ---- Dynamischer Hostname ---- # ---- Dynamischer Hostname ----