diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/chroot-install.xml | 7 | ||||
-rw-r--r-- | en/hardware/hardware-supported.xml | 14 |
2 files changed, 17 insertions, 4 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml index e96d76a4e..ff7e895eb 100644 --- a/en/appendix/chroot-install.xml +++ b/en/appendix/chroot-install.xml @@ -175,16 +175,15 @@ Substitute one of the following for <replaceable>ARCH</replaceable> in the <command>debootstrap</command> command: <userinput>amd64</userinput>, +<userinput>arm64</userinput>, <userinput>armel</userinput>, <userinput>armhf</userinput>, <userinput>i386</userinput>, -<userinput>ia64</userinput>, <userinput>mips</userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, -<userinput>s390</userinput>, -<userinput>s390x</userinput>, or -<userinput>sparc</userinput>. +<userinput>ppc64el</userinput>, or +<userinput>s390x</userinput>. <informalexample><screen> # /usr/sbin/debootstrap --arch ARCH &releasename; \ diff --git a/en/hardware/hardware-supported.xml b/en/hardware/hardware-supported.xml index 4aa44e781..df6308f07 100644 --- a/en/hardware/hardware-supported.xml +++ b/en/hardware/hardware-supported.xml @@ -91,6 +91,13 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> + <entry>64bit ARM</entry> + <entry>arm64</entry> + <entry></entry> + <entry></entry> +</row> + +<row> <entry morerows="3">MIPS (big endian)</entry> <entry morerows="3">mips</entry> <entry>SGI IP22 (Indy/Indigo 2)</entry> @@ -126,6 +133,13 @@ variations of each architecture known as <quote>flavors</quote>. <entry>prep</entry> </row> +<row> + <entry>IBM PowerPC (little endian)</entry> + <entry>ppc64el</entry> + <entry></entry> + <entry></entry> +</row> + <!-- <row> <entry morerows="1">Sun SPARC</entry> |