Actualiser debian-13-fr-vm.sh

This commit is contained in:
2026-06-11 18:22:45 +02:00
parent 0f4ec66364
commit d45e909aae

View File

@@ -6,8 +6,8 @@ VMID=$(pvesh get /cluster/nextid)
HN="debian13"
BRG="dhcp"
CORE_COUNT="2"
RAM_SIZE="2048"
DISK_SIZE="40G"
RAM_SIZE="8192"
DISK_SIZE="100G"
echo "Création VM Debian 13 ID: $VMID"
@@ -20,7 +20,7 @@ cd "$TMPDIR"
echo "Téléchargement image Debian 13..."
curl -fLO "$URL"
STORAGE="local-zfs"
STORAGE="datastore.local"
qm create $VMID \
-name "$HN" \