Create new VMs with Ubuntu 24.04

This commit is contained in:
2026-04-12 08:54:47 +04:00
parent 5ed5af6d50
commit 22d459b558
2 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ virt-install \
--vcpus "$CPUS" \
--cpu host \
--arch x86_64 \
--osinfo detect=on,name=ubuntujammy \
--osinfo detect=on,name=ubuntu24.04 \
--hvm \
--virt-type kvm \
--disk "$IMAGE_PATH" \