aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installer/en
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2014-08-03 20:05:04 +0300
committerYuri Chornoivan <yurchor@ukr.net>2014-08-03 20:05:04 +0300
commit21f72209371f8cdb0283fcd06bc783ba010db6e4 (patch)
tree04a3cbe9fbce2785417d700694f9b68238a87923 /docs/installer/en
parent75a1ef9897a75d57e1515bd7e7a1fcc966345ccb (diff)
downloadtools-21f72209371f8cdb0283fcd06bc783ba010db6e4.tar
tools-21f72209371f8cdb0283fcd06bc783ba010db6e4.tar.gz
tools-21f72209371f8cdb0283fcd06bc783ba010db6e4.tar.bz2
tools-21f72209371f8cdb0283fcd06bc783ba010db6e4.tar.xz
tools-21f72209371f8cdb0283fcd06bc783ba010db6e4.zip
Minor fixes
Diffstat (limited to 'docs/installer/en')
-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>