teams/cloud: Define compatible architectures for existing profiles
Most of the Fedora Cloud-owned profiles are limited to a subset of architectures, generally x86_64 and aarch64 (with the exception of the VirtualBox Vagrant image, which is x86_64 only).
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<requires profile="VagrantCore"/>
|
||||
</profile>
|
||||
</profiles>
|
||||
<preferences profiles="Cloud-Base-Vagrant-libvirt">
|
||||
<preferences profiles="Cloud-Base-Vagrant-libvirt" arch="x86_64,aarch64">
|
||||
<type image="oem" format="vagrant"
|
||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
||||
@@ -31,7 +31,7 @@
|
||||
</oemconfig>
|
||||
</type>
|
||||
</preferences>
|
||||
<preferences profiles="Cloud-Base-Vagrant-VirtualBox">
|
||||
<preferences profiles="Cloud-Base-Vagrant-VirtualBox" arch="x86_64">
|
||||
<type image="oem" format="vagrant"
|
||||
filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="compress=zstd:1"
|
||||
kernelcmdline="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
||||
|
||||
Reference in New Issue
Block a user