[gnome-boxes/filter-off-unsupported-arches: 13/14] installed-media: List "x86_64" and "amd64" in supported architectures
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/filter-off-unsupported-arches: 13/14] installed-media: List "x86_64" and "amd64" in supported architectures
- Date: Tue, 27 Aug 2019 12:08:32 +0000 (UTC)
commit 7d359ac2c387dd98dfffb40f8133887aa7ce7369
Author: Felipe Borges <felipeborges gnome org>
Date: Wed Aug 14 13:26:08 2019 +0200
installed-media: List "x86_64" and "amd64" in supported architectures
Some medias will advertise themselves as "amd64".
src/installed-media.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/installed-media.vala b/src/installed-media.vala
index b1930798..6a3ac5e3 100644
--- a/src/installed-media.vala
+++ b/src/installed-media.vala
@@ -14,7 +14,7 @@
".vpc", ".vpc.gz",
".cloop", ".cloop.gz" };
public const string[] supported_architectures = {
- "i686", "i586", "i486", "i386"
+ "i686", "i586", "i486", "i386", "x86_64", "amd64"
};
public override bool need_user_input_for_vm_creation { get { return false; } }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]