diff --git a/debian-13-fr-vm.sh b/debian-13-fr-vm.sh index 76a2707..6e7971f 100644 --- a/debian-13-fr-vm.sh +++ b/debian-13-fr-vm.sh @@ -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" \