diff options
author | Holger Wansing <hwansing@mailbox.org> | 2019-08-11 14:00:48 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2019-08-11 14:00:48 +0200 |
commit | b4944ec49c2cb9c6bda4b6663246c17d609e8a0a (patch) | |
tree | 086f9ef97d07f1f0be5d4810cc66a0531a956160 | |
parent | 2e748070bbd08c8e71553b7c4356ce9c48eabfdc (diff) | |
download | installation-guide-b4944ec49c2cb9c6bda4b6663246c17d609e8a0a.zip |
Swap i386 and amd64 in 'Supported architectures' table, since amd64 is the most popular arch these days
-rw-r--r-- | en/hardware/hardware-supported.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/en/hardware/hardware-supported.xml b/en/hardware/hardware-supported.xml index 21b72e5ce..7802458d4 100644 --- a/en/hardware/hardware-supported.xml +++ b/en/hardware/hardware-supported.xml @@ -42,6 +42,13 @@ variations of each architecture known as <quote>flavors</quote>. <tbody> <row> + <entry>AMD64 & Intel 64</entry> + <entry>amd64</entry> + <entry></entry> + <entry></entry> +</row> + +<row> <entry morerows="1">Intel x86-based</entry> <entry morerows="1">i386</entry> <entry>default x86 machines</entry> @@ -52,13 +59,6 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> - <entry>AMD64 & Intel 64</entry> - <entry>amd64</entry> - <entry></entry> - <entry></entry> -</row> - -<row> <entry>ARM</entry> <entry>armel</entry> <entry>Marvell Kirkwood and Orion</entry> |