mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #670 from yunohost-bot/anonymous-2018-02-27_09-57-14
[Anonymous contrib] Add Etcher and dd as options for flash ISO on USB.
This commit is contained in:
commit
17bacf9402
3 changed files with 47 additions and 11 deletions
|
@ -1,21 +1,38 @@
|
||||||
# Copy ISO image
|
# Flashing YunoHost ISO on a USB key or CD/DVD
|
||||||
|
|
||||||
Now that you have the ISO image of YunoHost, you have to put it on a physical medium: **USB key** or **CD/DVD**
|
Now that you have the ISO image of YunoHost, you have to put it on a physical medium: **USB key** or **CD/DVD**
|
||||||
|
|
||||||
<img src="/images/usb_key.png">
|
<img src="/images/usb_key.png" width=150>
|
||||||
<img src="/images/cd.jpg" width=200>
|
<img src="/images/cd.jpg" width=150>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## USB key
|
## USB key
|
||||||
|
|
||||||
Download <a href="http://unetbootin.sourceforge.net/" target="_blank">UnetBootin</a> for your operating system and install it.
|
### With Etcher
|
||||||
|
|
||||||
|
Download <a href="https://etcher.io/" target="_blank">Etcher</a> for your operating system and install it.
|
||||||
|
|
||||||
|
<img src="/images/etcher.gif">
|
||||||
|
|
||||||
|
Put your USB key on, select your YunoHost ISO and click "Flash"
|
||||||
|
|
||||||
|
### With UNetbootin
|
||||||
|
|
||||||
|
Download <a href="https://unetbootin.github.io/">UNetbootin</a> for your operating system and install it.
|
||||||
|
|
||||||
<img src="/images/unetbootin.png">
|
<img src="/images/unetbootin.png">
|
||||||
|
|
||||||
Put your USB key on, select your YunoHost ISO and click "OK"
|
Put your USB key on, select your YunoHost ISO and click "OK"
|
||||||
|
|
||||||
|
### With `dd`
|
||||||
|
|
||||||
|
If you know your way around command line, you may also flash your USB key with
|
||||||
|
`dd`. Assuming your USB key is `/dev/sdb` (be careful !!), you may run :
|
||||||
|
|
||||||
|
```bash
|
||||||
|
dd if=/path/to/yunohost.iso of=/dev/sdb
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,39 @@
|
||||||
# Copier l’image ISO
|
# Flasher l'ISO YunoHost sur une clef USB ou un CD/DVD
|
||||||
|
|
||||||
Maintenant que vous avez l’image ISO de YunoHost, vous devez la mettre sur un support physique : **Clé USB** ou **CD/DVD**
|
Maintenant que vous avez téléchargé l’image ISO de YunoHost, vous devez la mettre sur un support physique : une **Clé USB** ou un **CD/DVD**.
|
||||||
|
|
||||||
<img src="/images/usb_key.png">
|
<img src="/images/usb_key.png" width=150>
|
||||||
<img src="/images/cd.jpg" width=200>
|
<img src="/images/cd.jpg" width=150>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Clé USB
|
## Clé USB
|
||||||
|
|
||||||
Téléchargez la version d’<a href="http://unetbootin.sourceforge.net/" target="_blank">UnetBootin</a> pour votre système d’exploitation et installez-la.
|
### Avec Etcher
|
||||||
|
|
||||||
|
Téléchargez <a href="https://etcher.io/" target="_blank">Etcher</a> pour votre système d'exploitation et installez-le.
|
||||||
|
|
||||||
|
<img src="/images/etcher.gif">
|
||||||
|
|
||||||
|
Branchez votre clef USB, selectionnez l'ISO YunoHost puis cliquez sur 'Flash'
|
||||||
|
|
||||||
|
### Avec UNetbootin
|
||||||
|
|
||||||
|
Téléchargez <a href="https://unetbootin.github.io/">UNetbootin</a> pour votre votre système d'exploitation et installez-le.
|
||||||
|
|
||||||
<img src="/images/unetbootin.png">
|
<img src="/images/unetbootin.png">
|
||||||
|
|
||||||
Insérez votre clé USB, sélectionnez l’image ISO YunoHost et cliquez sur **OK**.
|
Branchez votre clef USB, selectionnez l'ISO YunoHost puis cliquez sur 'OK'
|
||||||
|
|
||||||
|
### Avec `dd`
|
||||||
|
|
||||||
|
Si vous êtes familier avec la ligne de commande, il est possible de flasher la
|
||||||
|
clef USB avec `dd`. En supposant que votre clef USB soit `/dev/sdb` (faites
|
||||||
|
attention !!), vous pouvez executer :
|
||||||
|
|
||||||
|
```bash
|
||||||
|
dd if=/chemin/de/yunohost.iso of=/dev/sdb
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
BIN
images/etcher.gif
Normal file
BIN
images/etcher.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 KiB |
Loading…
Add table
Reference in a new issue