aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installer/en/SelectAndUseISOs2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installer/en/SelectAndUseISOs2.xml')
-rw-r--r--docs/installer/en/SelectAndUseISOs2.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/installer/en/SelectAndUseISOs2.xml b/docs/installer/en/SelectAndUseISOs2.xml
index 7f855f7f..ec77f509 100644
--- a/docs/installer/en/SelectAndUseISOs2.xml
+++ b/docs/installer/en/SelectAndUseISOs2.xml
@@ -286,11 +286,11 @@
<para>Open a console, no need to be root, and:</para>
- <para>- To use md5sum, type: [sam@localhost]$ md5sum
- path/to/the/image/file.iso.</para>
+ <para>- To use md5sum, type: [sam@localhost]$ <userinput>md5sum
+ path/to/the/image/file.iso</userinput>.</para>
- <para>- To use sha1sum, type: [sam@localhost]$ sha1sum
- path/to/the/image/file.iso.</para>
+ <para>- To use sha1sum, type: [sam@localhost]$ <userinput>sha1sum
+ path/to/the/image/file.iso</userinput>.</para>
<para>and compare the obtained number on your computer (you may have to
wait for a while) with the number given by Mageia. Example:</para>
@@ -348,7 +348,7 @@
</listitem>
<listitem>
- <para>Become root with the command su - (don't forget the final
+ <para>Become root with the command <userinput>su -</userinput> (don't forget the final
-)</para>
<mediaobject>
@@ -364,7 +364,7 @@
</listitem>
<listitem>
- <para>Enter the command fdisk -l</para>
+ <para>Enter the command <userinput>fdisk -l</userinput></para>
<mediaobject>
<imageobject>
@@ -380,16 +380,16 @@
</listitem>
<listitem>
- <para>Enter the command: # dd if=path/to/the/ISO/file of=/dev/sdX
- bs=1M</para>
+ <para>Enter the command: # <userinput>dd if=path/to/the/ISO/file of=/dev/sdX
+ bs=1M</userinput></para>
- <para>(x)=your device name eg: /dev/sdc exemple: # dd
+ <para>(x)=your device name eg: /dev/sdc Example: # <userinput>dd
if=/home/user/Downloads/Mageia-4-x86_64-DVD.iso of=/dev/sdb
- bs=1M</para>
+ bs=1M</userinput></para>
</listitem>
<listitem>
- <para>Enter the command: # sync</para>
+ <para>Enter the command: # <userinput>sync</userinput></para>
</listitem>
<listitem>