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
2c22002349
commit
0c026381c4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ 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/.img of=/your/device/name
|
sudo dd if=/path/to/your/.img of=/your/device/name
|
||||||
```
|
```
|
||||||
|
|
||||||
<span class="glyphicon glyphicon-warning-sign"></span> 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.
|
||||||
|
|
Loading…
Reference in a new issue