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