mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update copy_image.md
This commit is contained in:
parent
064846a2e2
commit
f8a6db15ad
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ The process differs regarding your operating system.
|
||||||
|
|
||||||
* Download and install **[Win32 Disk Imager](http://sourceforge.net/projects/win32diskimager/)**
|
* Download and install **[Win32 Disk Imager](http://sourceforge.net/projects/win32diskimager/)**
|
||||||
* Plug your SD card in
|
* 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">
|
<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:
|
* Copy the image by typing:
|
||||||
|
|
||||||
```bash
|
```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. **:-)**
|
The command may take a few minutes, then your SD card will be ready to use. **:-)**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue