Update copy_image.md

This commit is contained in:
kload@kload.fr 2014-06-05 11:44:19 +02:00 committed by YunoHost
parent f1a78f1364
commit 78a5b32e02

View file

@ -25,3 +25,7 @@ sudo dd bs=1M if=/path/to/your/raspberry-latest.img of=/your/device/name
Do not forget to change `/path/to/your/raspberry-latest.img` and `/your/device/name` with the appropriate values. Do not forget to change `/path/to/your/raspberry-latest.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. **:-)**
## Resize the root partition <small>(optional)</small>
To be written...