add aarch64 for vagrant

This commit is contained in:
Neil Hanlon 2024-05-08 00:17:59 -04:00
parent 0923e65b38
commit 8b94b7db4f
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -42,7 +42,7 @@
</preferences> </preferences>
--> -->
<preferences profiles="Vagrant-Libvirt" arch="x86_64"> <preferences profiles="Vagrant-Libvirt" arch="x86_64,aarch64">
<type image="oem" format="vagrant" <type image="oem" format="vagrant"
filesystem="xfs" filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
@ -58,7 +58,7 @@
</type> </type>
</preferences> </preferences>
<preferences profiles="Vagrant-Vbox" arch="x86_64"> <preferences profiles="Vagrant-Vbox" arch="x86_64,aarch64">
<type image="oem" format="vagrant" <type image="oem" format="vagrant"
filesystem="xfs" filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"
@ -77,7 +77,7 @@
<!-- VMware is made as a libvirt image and converted later. This this profile <!-- VMware is made as a libvirt image and converted later. This this profile
at your own risk. --> at your own risk. -->
<preferences profiles="Vagrant-VMware" arch="x86_64"> <preferences profiles="Vagrant-VMware" arch="x86_64,aarch64">
<type image="oem" format="vagrant" <type image="oem" format="vagrant"
filesystem="xfs" filesystem="xfs"
bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi"