Update copy_image.md

This commit is contained in:
kload@kload.fr 2014-06-05 21:34:36 +02:00 committed by YunoHost
parent 064846a2e2
commit f8a6db15ad

View file

@ -9,7 +9,7 @@ The process differs regarding your operating system.
* Download and install **[Win32 Disk Imager](http://sourceforge.net/projects/win32diskimager/)**
* Plug your SD card in
* Copy the `raspberry-latest.img` file to your SD card using Win32 Disk Imager.
* Copy the `.img` file to your SD card using Win32 Disk Imager.
<img src="https://yunohost.org/images/win32diskimager.png">
@ -28,10 +28,10 @@ It should be `/dev/diskN`, where `N` is a number, or `/dev/sdX`, where `X` is a
* Copy the image by typing:
```bash
sudo dd bs=1M if=/path/to/your/yunohost-latest.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/yunohost-latest.img` and `/your/device/name` with the appropriate values.
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. **:-)**