From 28ec39ac4aabe8fb0efd95f1bf0bc660f644e6a2 Mon Sep 17 00:00:00 2001 From: Robert Wolff Date: Fri, 3 Jun 2016 12:15:01 -0700 Subject: [PATCH] Update README.md Changed all wiki links with relative repo links. This will allow for eventual choice rendering to websites. Contributions can now be made within the documentations repo using contributions policy. Signed-off-by: Robert Wolff --- .../EnterpriseEdition/X-Gene-Mustang/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Reference-Platform/EnterpriseEdition/X-Gene-Mustang/README.md b/Reference-Platform/EnterpriseEdition/X-Gene-Mustang/README.md index 4b30853..4eb7389 100644 --- a/Reference-Platform/EnterpriseEdition/X-Gene-Mustang/README.md +++ b/Reference-Platform/EnterpriseEdition/X-Gene-Mustang/README.md @@ -16,15 +16,15 @@ At the time of the 16.03 release, the kernel is based on *4.4.0*. For future releases we will also have kernel config fragments for key functionality that will make it easier for other projects and distributions to consume. -The Reference Platform kernel will act as an integration point (very similar to linux-next) for various upstream-targeted features and platform-enablement code on the latest kernel. Please read the [kernel policy](https://github.com/linaro/documentation/wiki/RP-Kernel-Policy) on how this kernel will be maintained. It is not meant to be a stable kernel - the [LSK](https://wiki.linaro.org/LSK) is already available for that. +The Reference Platform kernel will act as an integration point (very similar to linux-next) for various upstream-targeted features and platform-enablement code on the latest kernel. Please read the [kernel policy](../../KernelPolicy) on how this kernel will be maintained. It is not meant to be a stable kernel - the [LSK](https://wiki.linaro.org/LSK) is already available for that. ### Network Installers -In order to install a distribution from network, PXE (DCHP/TFTP) booting is required. Since we require UEFI for the Enterprise Edition, the setup is usually easier since all you need is to load GRUB 2 (and its configuration). Check [this link](https://github.com/linaro/documentation/wiki/RP-EE-DHCP-TFTP-server-for-UEFI-distro-network-installers) for instructions on how to quickly setup your own PXE server (using *dnsmasq*). +In order to install a distribution from network, PXE (DCHP/TFTP) booting is required. Since we require UEFI for the Enterprise Edition, the setup is usually easier since all you need is to load GRUB 2 (and its configuration). Check [this link](../DHCP-TFTP-Server-UEFI.md) for instructions on how to quickly setup your own PXE server (using *dnsmasq*). Install instructions for the tested/supported distributions: -* [Debian 8.x 'Jessie'](https://github.com/linaro/documentation/wiki/Reference-Platform-EE-Installing-Debian-Jessie) -* [CentOS 7](https://github.com/linaro/documentation/wiki/Reference-Platform-EE-Installing-CentOS-7) +* [Debian 8.x 'Jessie'](../Install-Debian-Jessie.md) +* [CentOS 7](../Install-CentOS-7.md) Enterprise Test Reports: ([Debian](https://builds.96boards.org/releases/reference-platform/components/debian-installer/16.03/EE-Debian-RPB-16.03-TestReport.pdf) / [CentOS](https://builds.96boards.org/releases/reference-platform/components/centos-installer/16.03/EE-CentOS-RPB-16.03-TestReport.pdf)) @@ -33,20 +33,20 @@ Enterprise Test Reports: ([Debian](https://builds.96boards.org/releases/referenc Only Debian and CentOS are officially released and validated as part of the reference software platform project, but other distributions can be easily supported as well (just need kernel and installer changes). Extra resources for other distributions: -* [Fedora 23](https://github.com/linaro/documentation/wiki/Reference-Platform-EE-Installing-Fedora-23) +* [Fedora 23](../Install-Fedora-23.md) ### Enterprise Software Components #### OpenStack -Follow the [instructions](https://github.com/linaro/documentation/wiki/Openstack-Liberty) on how to install and run OpenStack Liberty on Debian Jessie. +Follow the [instructions](../OpenStack-Liberty.md) on how to install and run OpenStack Liberty on Debian Jessie. #### Hadoop (ODPi BigTop) ##### Installation -Follow the [instructions](https://github.com/linaro/documentation/wiki/ODPi-Hadoop-Installation) to install ODPi BigTop Hadoop +Follow the [instructions](../ODPI-Hadoop-Installation.md) to install ODPi BigTop Hadoop ##### Setup and Running Hadoop -Follow the [instructions](https://github.com/linaro/documentation/wiki/ODPi-BigTop-Hadoop-configuration-and-Running) to configure and install Hadoop +Follow the [instructions](../ODPi-BigTop-Hadoop-Config-Run.md) to configure and install Hadoop