summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Iova <Catalin.Iova@enea.com>2021-05-05 15:31:47 +0200
committerCatalin Iova <Catalin.Iova@enea.com>2021-05-06 13:34:58 +0200
commitea4ed5cbcb7fe255461cc37119ec7b13b93f6dfb (patch)
tree22d6813bb9c97ca6333c8c9badf3cadfdc955e9a
parent13dbb438ecad3d66173994a2f300497a6d9d15c0 (diff)
downloadnfv-access-documentation-ea4ed5cbcb7fe255461cc37119ec7b13b93f6dfb.tar.gz
book-enea-edge-getting-started: Change name Enea Edge
Change-Id: I6c29a34c20343be41468bf349ae28b948e565362 Signed-off-by: Catalin Iova <Catalin.Iova@enea.com>
-rw-r--r--doc/book-enea-edge-getting-started/doc/advanced_configurations.xml10
-rw-r--r--doc/book-enea-edge-getting-started/doc/installation_guide.xml4
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
index c596735..83641b1 100644
--- a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
+++ b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml
@@ -127,7 +127,7 @@
127 127
128 <para>Installation Configuration File Example:</para> 128 <para>Installation Configuration File Example:</para>
129 129
130 <programlisting>image_url = http://192.168.1.100/enea-nfv-access-xeon-d.hddimg.gz 130 <programlisting>image_url = http://192.168.1.100/enea-edge-runtime-xeon-d.hddimg.gz
131install_drive = /dev/sda</programlisting> 131install_drive = /dev/sda</programlisting>
132 132
133 <note> 133 <note>
@@ -144,9 +144,9 @@ install_drive = /dev/sda</programlisting>
144 <literal>/var/lib/tftpboot/pxelinux.cfg/default</literal>). The PXE 144 <literal>/var/lib/tftpboot/pxelinux.cfg/default</literal>). The PXE
145 entry should have the following settings:</para> 145 entry should have the following settings:</para>
146 146
147 <programlisting>default nfv_access 147 <programlisting>default enea_edge_runtime
148label nfv_access 148label enea_edge_runtime
149menu label ^NFV_ACCESS_INSTALLER 149menu label ^ENEA_EDGE_INSTALLER
150kernel &lt;Path to kernel&gt; 150kernel &lt;Path to kernel&gt;
151append root=/dev/ram0 initrd=&lt;Path to initramfs&gt; LABEL=pxe-installer \ 151append root=/dev/ram0 initrd=&lt;Path to initramfs&gt; LABEL=pxe-installer \
152 INSTALL_CFG=http://&lt;Server IP&gt;/&lt;Path to install config file&gt; \ 152 INSTALL_CFG=http://&lt;Server IP&gt;/&lt;Path to install config file&gt; \
@@ -300,7 +300,7 @@ ipmitool -U &lt;user&gt; -P &lt;password&gt; -H &lt;uCPE device IPMI IP address&
300 <title>Customizing Automatic Hugepage Reservation</title> 300 <title>Customizing Automatic Hugepage Reservation</title>
301 301
302 <para>Configuration of Hugepage reservation is done in 302 <para>Configuration of Hugepage reservation is done in
303 <literal>/etc/enea-nfv-access/hugepages.cfg</literal>.</para> 303 <literal>/etc/enea/hugepages.cfg</literal>.</para>
304 304
305 <para><emphasis role="bold">Parameters used by the automatic algorithm: 305 <para><emphasis role="bold">Parameters used by the automatic algorithm:
306 </emphasis></para> 306 </emphasis></para>
diff --git a/doc/book-enea-edge-getting-started/doc/installation_guide.xml b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
index 477b5c4..1eab201 100644
--- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml
+++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
@@ -754,10 +754,10 @@ sdb 8:0 0 111.8G 0 disk
754 <para>Copy the <filename>.hddimg</filename> image onto the USB 754 <para>Copy the <filename>.hddimg</filename> image onto the USB
755 stick, e.g:</para> 755 stick, e.g:</para>
756 756
757 <programlisting>sudo dd if=./enea-nfv-access-&lt;machine&gt;.hddimg \ 757 <programlisting>sudo dd if=./enea-edge-runtime-&lt;machine&gt;.hddimg \
758of=/dev/sdb bs=4M conv=fsync</programlisting> 758of=/dev/sdb bs=4M conv=fsync</programlisting>
759 759
760 <para>Where <filename>enea-nfv-access-&lt;machine&gt;.hddimg</filename> is 760 <para>Where <filename>enea-edge-runtime-&lt;machine&gt;.hddimg</filename> is
761 the <filename>.hddimg</filename> file and <literal>sdb</literal> is 761 the <filename>.hddimg</filename> file and <literal>sdb</literal> is
762 the assigned USB device name.</para> 762 the assigned USB device name.</para>
763 </listitem> 763 </listitem>