Update copy_image.md

This commit is contained in:
opi@no-log.org 2014-06-06 14:57:39 +02:00 committed by YunoHost
parent 490a60dcef
commit 4c646949c6

View file

@ -31,7 +31,7 @@ It should be `/dev/diskN`, where `N` is a number, or `/dev/sdX`, where `X` is a
sudo dd bs=1M if=/path/to/your/.img of=/your/device/name sudo dd bs=1M if=/path/to/your/.img of=/your/device/name
``` ```
Do not forget to change `/path/to/your/.img` and `/your/device/name` with the appropriate values. <span class="glyphicon glyphicon-warning-sign"></span> Do not forget to change `/path/to/your/.img` and `/your/device/name` with the appropriate values.
The command may take a few minutes, then your SD card will be ready to use. **:-)** The command may take a few minutes, then your SD card will be ready to use. **:-)**