Профиль хоста
Автоматически выбранная сборка Virtuality
Profile
{{ profile.label }}
Arch
{{ profile.arch }}
Guest arch
{{ profile.recommended_guest_arch }}
Default network
{{ profile.recommended_network }}

Модель устройства

auto-detected
Model{{ profile.model }}
VM mode{{ profile.recommended_vm_mode }}
Ready{{ 'yes' if profile.ready else 'needs check' }}
Raspberry Pi и Orange Pi 5 работают как ARM64 edge nodes. Для них правильный путь — ARM64-гости, NAT-сеть и cloud images.

Проверки

{% for check in profile.checks %}
{{ check.name }} {{ check.hint }} {{ 'OK' if check.ok else 'FAIL' }}
{% endfor %}

Raw profile

/var/lib/virtuality/config/host_profile.json
{{ profile_json }}