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