From 06c634d7b45eef4a2258abd017788b29f36fcd4c Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 2 May 2018 14:36:47 +0200 Subject: Rename machine name inteld1521 -> xeon-d Signed-off-by: Sona Sarmadi --- .../doc/getting_started.xml | 36 +++++++++------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/doc/book-enea-nfv-access-guide-intel/doc/getting_started.xml b/doc/book-enea-nfv-access-guide-intel/doc/getting_started.xml index 6e57f4f..dcb2b62 100644 --- a/doc/book-enea-nfv-access-guide-intel/doc/getting_started.xml +++ b/doc/book-enea-nfv-access-guide-intel/doc/getting_started.xml @@ -65,14 +65,8 @@ Use dash as the default system shell (/bin/sh)? No A rootfs to be installed on the board. The following is - applicable for booting from an SSD/HDD:<path_to_EneaNFV_Access_folder>/<architecture>/inteld1521/images/ \ -enea-nfv-access/enea-nfv-access.tar.gz - - - - A development based rootfs. The following is applicable for - USB booting:<path_to_EneaNFV_Access_folder>/<architecture>/inteld1521/images/ \ -enea-nfv-access-dev/enea-nfv-access-dev-inteld1521.tar.gz + applicable for booting from an SSD/HDD:<path_to_EneaNFV_Access_folder>/<architecture>/xeon-d/images/ \ +enea-nfv-access/enea-nfv-access-xeon-d.tar.gz @@ -127,7 +121,7 @@ q or quit - exits the script When using the installer for the first time, make sure to set ALL parameters in order to be able to run all steps. See - Example 2 + Example 2 for details. @@ -359,7 +353,7 @@ sys/ tmp/ usr/ var/ -- documentation/ /* NFV Access documentation */ --- inteld1521/ +-- xeon-d/ /* artifacts for the host side */ -- deb/ /* deb packages */ @@ -448,7 +442,7 @@ sys/ tmp/ usr/ var/ Enea NFV Access ext4 rootfs image - - enea-nfv-access-inteld1521.ext4.gz + enea-nfv-access-xeon-d.ext4.gz @@ -465,9 +459,9 @@ sys/ tmp/ usr/ var/ - Unzip enea-nfv-access-inteld1521.ext4 and copy bzImage and - enea-nfv-access-inteld1521.ext4 images to the tftpserver configured for - PXE boot. + Unzip enea-nfv-access-xeon-d.ext4 and copy bzImage and + enea-nfv-access-xeon-d.ext4 images to the tftpserver configured for PXE + boot. Use the following as an example for the PXE configuration file: @@ -479,7 +473,7 @@ timeout 0 label el_ramfs menu label ^EneaLinux_RAMfs kernel bzImage - append root=/dev/ram0 initrd=enea-nfv-access-inteld1521.ext4 / + append root=/dev/ram0 initrd=enea-nfv-access-xeon-d.ext4 / ramdisk_size=1200000 console=ttyS0,115200 eralyprintk=ttyS0,115200 Restart the target. Then enter (F11) in the Boot Menu and select @@ -498,14 +492,14 @@ label el_ramfs grub (grub-efi-bootx64.efi) - availalble as a pre-built artifact under - inteld1521/images/enea-nfv-access. + xeon-d/images/enea-nfv-access. e2fsprogs-mke2fs_1.43.4-r0.0_amd64.deb,/ dosfstools_4.1-r0.0_amd64.deb - available - under inteld1521/deb. + under xeon-d/deb. @@ -614,7 +608,7 @@ menuentry "Linux sda7" { Copy your image on target: - server> scp ./enea-nfv-access-inteld1521.tar.gz / + server> scp ./enea-nfv-access-xeon-d.tar.gz / root@<target_ip>:/home/root/ @@ -622,13 +616,13 @@ root@<target_ip>:/home/root/ Extract image onto the desired partition: target> mount /dev/sda3 /mnt/sda -target> tar -pzxf /home/root/enea-nfv-access-inteld1521.tar.gz / +target> tar -pzxf /home/root/enea-nfv-access-xeon-d.tar.gz / -C /mnt/sda Alternately, you can do both steps in one command from the server: - server> cat ./enea-nfv-access-inteld1521.tar.gz | / + server> cat ./enea-nfv-access-xeon-d.tar.gz | / ssh root@<target_ip> "cd /mnt/sda6; tar -zxf -" @@ -648,4 +642,4 @@ ssh root@<target_ip> "cd /mnt/sda6; tar -zxf -" - \ No newline at end of file + -- cgit v1.2.3-54-g00ecf