summaryrefslogtreecommitdiff
path: root/en/preparing
diff options
context:
space:
mode:
authorKarsten Merker <merker@debian.org>2014-05-02 06:34:01 +0000
committerKarsten Merker <merker@debian.org>2014-05-02 06:34:01 +0000
commit53dc8f7efc00de28ac1d02fd8b0e74856727529e (patch)
treecacde91fa3ac167479902f6871906f3ed54e7169 /en/preparing
parent547d4b1d9fd3e4ea2ea18fbf76823afac0279398 (diff)
downloadinstallation-guide-53dc8f7efc00de28ac1d02fd8b0e74856727529e.zip
installation guide:
Add missing colons in the MAC address example.
Diffstat (limited to 'en/preparing')
-rw-r--r--en/preparing/bios-setup/arm.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/preparing/bios-setup/arm.xml b/en/preparing/bios-setup/arm.xml
index 0db9a1ce2..c47e2323f 100644
--- a/en/preparing/bios-setup/arm.xml
+++ b/en/preparing/bios-setup/arm.xml
@@ -56,7 +56,7 @@
the value of two specific bits in the first byte of the address (the
article "MAC address" in the English language Wikipedia gives a
good explanation). In practice this means that e.g. any address starting
- with hexadecimal ca (such as caffee123456) can be used as a locally
+ with hexadecimal ca (such as ca:ff:ee:12:34:56) can be used as a locally
administered address.
</para>
<para>
@@ -64,7 +64,7 @@
is placed in the <quote>ethaddr</quote> environment variable.
It can be checked at the u-boot command prompt with the command
<quote>printenv ethaddr</quote> and can be set with the command
- <quote>setenv ethaddr caffee123456</quote>. After setting the value,
+ <quote>setenv ethaddr ca:ff:ee:12:34:56</quote>. After setting the value,
the command <quote>saveenv</quote> makes the assignment permanent.
</para>
</sect2>