create_pve-mgnt-lxc.sh aktualisiert
This commit is contained in:
@@ -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 ----
|
||||
|
||||
Reference in New Issue
Block a user