From 21f72209371f8cdb0283fcd06bc783ba010db6e4 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 3 Aug 2014 20:05:04 +0300 Subject: Minor fixes --- docs/installer/en/SelectAndUseISOs2.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/installer/en') 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 @@ Open a console, no need to be root, and: - - To use md5sum, type: [sam@localhost]$ md5sum - path/to/the/image/file.iso. + - To use md5sum, type: [sam@localhost]$ md5sum + path/to/the/image/file.iso. - - To use sha1sum, type: [sam@localhost]$ sha1sum - path/to/the/image/file.iso. + - To use sha1sum, type: [sam@localhost]$ sha1sum + path/to/the/image/file.iso. and compare the obtained number on your computer (you may have to wait for a while) with the number given by Mageia. Example: @@ -348,7 +348,7 @@ - Become root with the command su - (don't forget the final + Become root with the command su - (don't forget the final -) @@ -364,7 +364,7 @@ - Enter the command fdisk -l + Enter the command fdisk -l @@ -380,16 +380,16 @@ - Enter the command: # dd if=path/to/the/ISO/file of=/dev/sdX - bs=1M + Enter the command: # dd if=path/to/the/ISO/file of=/dev/sdX + bs=1M - (x)=your device name eg: /dev/sdc exemple: # dd + (x)=your device name eg: /dev/sdc Example: # dd if=/home/user/Downloads/Mageia-4-x86_64-DVD.iso of=/dev/sdb - bs=1M + bs=1M - Enter the command: # sync + Enter the command: # sync -- cgit v1.2.1