diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-04-12 19:00:09 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-04-12 19:00:09 +0000 |
commit | 38c35830ad56f2a735767a6e3cc3700dcb8cec67 (patch) | |
tree | 0e4ee883d8b3035775ca0ca5dcdaa126695dc9e8 /build/entities | |
parent | b9909134f56ce8c665e069dabd9aee67c9edddb2 (diff) | |
download | installation-guide-38c35830ad56f2a735767a6e3cc3700dcb8cec67.zip |
Contributions gathered by Holger Wansing: Add ppc64el bits
Diffstat (limited to 'build/entities')
-rw-r--r-- | build/entities/common.ent | 2 | ||||
-rw-r--r-- | build/entities/urls.ent | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index b9d85e17b..79181903d 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -24,7 +24,7 @@ <!-- proper nouns for architectures --> <!ENTITY arch-title - "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='arm'>ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>"> + "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='arm'>ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>"> <!-- general things from installer --> <!ENTITY enterkey "<keycap>Enter</keycap>"> diff --git a/build/entities/urls.ent b/build/entities/urls.ent index 6938d2da4..b00af463c 100644 --- a/build/entities/urls.ent +++ b/build/entities/urls.ent @@ -311,6 +311,8 @@ <!ENTITY url-powerpc-bootx "http://penguinppc.org/projects/bootx/"> +<!ENTITY url-ibm-powerkvm + "https://www.ibm.com/developerworks/linux/tutorials/l-ibm-powerkvm-system-bring-up/"> <!-- ****************************************** mips links --> |