[Libosinfo] [PATCH] Use a valid arch for Asianux unknown version distro
Daniel P. Berrangé
berrange at redhat.com
Tue Apr 10 16:38:02 UTC 2018
ISOs identified by <media> elements must have an explicit arch, not a
generic "all", as mgmt tools need to be able to determine what guest
architecture to enable with the virtualization software.
Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
data/os/asianux.com/asianux-unknown.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/os/asianux.com/asianux-unknown.xml.in b/data/os/asianux.com/asianux-unknown.xml.in
index a86a731..9be6d9b 100644
--- a/data/os/asianux.com/asianux-unknown.xml.in
+++ b/data/os/asianux.com/asianux-unknown.xml.in
@@ -10,7 +10,7 @@
<distro>asianux</distro>
<release-status>prerelease</release-status>
- <media arch="all">
+ <media arch="x86_64">
<iso>
<system-id>LINUX</system-id>
<volume-id>Asianux Server 7 (?!SP[12]).+|Asianux Server 4 (?!SP[67]).+).+</volume-id>
--
2.14.3
More information about the Libosinfo
mailing list