From d7868a7d63c29d64723e566a16defc55fa3fe003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Thu, 7 May 2026 02:25:30 +0900 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BE=D0=BF=D1=86=D0=B8=D1=8E=20=D0=B7=D0=B0=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2?= =?UTF-8?q?=D1=83=D1=8E=D1=89=D0=B5=D0=B3=D0=BE=20=D0=B4=D0=B8=D1=81=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D1=84=D0=BE=D1=80=D0=BC=D1=83=20VM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/vm_create.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/web/templates/vm_create.html b/web/templates/vm_create.html index 598af7e..0e27a43 100644 --- a/web/templates/vm_create.html +++ b/web/templates/vm_create.html @@ -106,8 +106,13 @@ + +
ISO x86: virt-install --arch x86_64 --cdrom ubuntu.iso IMG ARM: qemu-img convert -O qcow2 image.img VM.qcow2 - virt-install --arch aarch64 --machine virt --boot uefi --import+ virsh define /tmp/virtuality-VM-arm64.xml && virsh start VM