summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatei Valeanu <Matei.Valeanu@enea.com>2021-08-05 13:04:41 +0200
committerMiruna Paun <mrpa@enea.se>2021-08-05 13:56:48 +0200
commitefa870626e74a5514fd1fa17087f330a4b0110c8 (patch)
tree3ed2741da8471127dd18f3fe35c739d5c2d0fb50
parent09a284503deb0ba7725132b7262475ee4f4dc6a1 (diff)
downloadnfv-access-documentation-efa870626e74a5514fd1fa17087f330a4b0110c8.tar.gz
Replace machine with processor
Change-Id: I637fc41bdf01fba297572801a8a89bc6ccd95d19 Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
-rw-r--r--doc/book-enea-edge-getting-started/doc/installation_guide.xml4
1 files changed, 2 insertions, 2 deletions
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 76463f0..940fc40 100644
--- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml
+++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
@@ -751,11 +751,11 @@ sdb 8:0 0 111.8G 0 disk
751 <para>Copy the <filename>.hddimg</filename> image onto the USB 751 <para>Copy the <filename>.hddimg</filename> image onto the USB
752 stick, e.g:</para> 752 stick, e.g:</para>
753 753
754 <programlisting>sudo dd if=./enea-edge-runtime-&lt;machine&gt;.hddimg \ 754 <programlisting>sudo dd if=./enea-edge-runtime-&lt;processor&gt;.hddimg \
755of=/dev/sdb bs=4M conv=fsync</programlisting> 755of=/dev/sdb bs=4M conv=fsync</programlisting>
756 756
757 <para>Where 757 <para>Where
758 <filename>enea-edge-runtime-&lt;machine&gt;.hddimg</filename> is the 758 <filename>enea-edge-runtime-&lt;processor&gt;.hddimg</filename> is the
759 <filename>.hddimg</filename> file and <literal>sdb</literal> is the 759 <filename>.hddimg</filename> file and <literal>sdb</literal> is the
760 assigned USB device name.</para> 760 assigned USB device name.</para>
761 </listitem> 761 </listitem>