From b71b8d68cb694d8bd9a1f975fd4c84626827f99a Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 21 Nov 2016 14:15:23 -0200 Subject: [PATCH] rp/ee/centos: update references to the centos version used Signed-off-by: Ricardo Salveti --- Reference-Platform/EECommon/Install-CentOS-7.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Reference-Platform/EECommon/Install-CentOS-7.md b/Reference-Platform/EECommon/Install-CentOS-7.md index a2177dd..dbd12bd 100644 --- a/Reference-Platform/EECommon/Install-CentOS-7.md +++ b/Reference-Platform/EECommon/Install-CentOS-7.md @@ -1,4 +1,4 @@ -## Installing CentOS 7.2 15.11 - Reference Platform Enterprise +## Installing CentOS 7 - Reference Platform Enterprise This guide is not to be a replacement of the official CentOS Installer documentation, but instead be a quick walkthrough for the network installer. You can find the original documentation at [https://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64](https://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) @@ -15,7 +15,7 @@ wget http://mirror.centos.org/altarch/7/os/aarch64/EFI/BOOT/BOOTAA64.EFI wget http://mirror.centos.org/altarch/7/os/aarch64/EFI/BOOT/grubaa64.efi ``` -#### Downloading the CentOS installer from the Reference Platform 16.06 release (4.4.11 RP Kernel): +#### Downloading the CentOS 7 Reference Platform installer (e.g. 16.06 release): ```shell mkdir /srv/tftp/centos7 @@ -27,7 +27,7 @@ wget https://builds.96boards.org/releases/reference-platform/components/centos-i Creating the Grub 2 config file (`grub.cfg`): ```shell -menuentry 'Install CentOS 7 ARM 64-bit - Reference Platform - 16.06' --class red --class gnu-linux --class gnu --class os { +menuentry 'Install CentOS 7 ARM 64-bit - Reference Platform' --class red --class gnu-linux --class gnu --class os { linux (tftp)/centos7/vmlinuz ip=dhcp inst.stage2=https://builds.96boards.org/releases/reference-platform/components/centos-installer/16.06/ inst.repo=http://mirror.centos.org/altarch/7/os/aarch64/ inst.ks=file:/ks.cfg initrd (tftp)/centos7/initrd.img } @@ -90,7 +90,7 @@ Press or to enter setup. At this stage you should be able to see the Grub 2 menu, like: ```shell -Install CentOS 7 ARM 64-bit - Reference Platform - 16.06 +Install CentOS 7 ARM 64-bit - Reference Platform . Use the and keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. @@ -203,7 +203,7 @@ echo linaro | passwd linaro --stdin Now back to your tftp server, change the original grub.cfg file adding the location of your kickstart file: ```shell -menuentry 'Install CentOS 7 ARM 64-bit - Reference Platform - 16.06' --class red --class gnu-linux --class gnu --class os { +menuentry 'Install CentOS 7 ARM 64-bit - Reference Platform' --class red --class gnu-linux --class gnu --class os { linux (tftp)/centos7/vmlinuz ip=dhcp inst.stage2=https://builds.96boards.org/releases/reference-platform/components/centos-installer/16.06/ inst.ks=http://people.linaro.org/~ricardo.salveti/centos-ks.cfg initrd (tftp)/centos7/initrd.img }